start() public method

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