Exemplo n.º 1
0
 public function __invoke()
 {
     while ($this->now() < $this->timeout) {
         yield;
     }
     $this->channel->put(true);
 }