Icicle\Concurrent\Worker\Worker::start PHP 메소드

start() 공개 메소드

Starts the context execution.
public start ( )
    public function start();

Usage Example

예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function start()
 {
     $this->worker->start();
 }