getLoop() public method

Return loop.
public getLoop ( ) : Kraken\Loop\LoopModelInterface
return Kraken\Loop\LoopModelInterface
Beispiel #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getLoop()
 {
     return new ReactLoop($this->timer->getLoop());
 }