Esempio n. 1
0
 /**
  * {@inheritdoc}
  *
  * @param float|int $timeout Timeout for poll and await if a read or write was pending.
  */
 public function rebind(float $timeout = 0)
 {
     $this->readable->rebind($timeout);
     $this->writable->rebind($timeout);
 }