onAfterTick() 공개 메소드

Callbacks are guaranteed to be executed in the order they are enqueued.
public onAfterTick ( callable $listener )
$listener callable
예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function futureTick(callable $listener)
 {
     $this->loop->onAfterTick($listener);
 }