Kraken\Loop\LoopAwareTrait::setLoop PHP Method

setLoop() public method

See also: LoopAwareInterface::setLoop
public setLoop ( Kraken\Loop\LoopInterface $loop = null )
$loop Kraken\Loop\LoopInterface
    public function setLoop(LoopInterface $loop = null)
    {
        $this->loop = $loop;
    }
LoopAwareTrait