Kraken\Loop\Flow\FlowController::start PHP 메소드

start() 공개 메소드

Set FlowController to allow loop to run.
public start ( )
    public function start()
    {
        $this->isRunning = true;
    }