mpyw\Co\Internal\ManualScheduler::interruptConsume PHP 메소드

interruptConsume() 보호된 메소드

Add cURL handles from waiting queue.
protected interruptConsume ( )
    protected function interruptConsume()
    {
        if ($this->queue) {
            $this->addImmediate(array_shift($this->queue));
        }
    }