コード例 #1
0
ファイル: DuplexPipe.php プロジェクト: icicleio/stream
 /**
  * {@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);
 }