start() 공개 메소드

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