PHPDaemon\Core\DeferredEvent::cleanup PHP 메소드

cleanup() 공개 메소드

Clean up
public cleanup ( ) : void
리턴 void
    public function cleanup()
    {
        $this->listeners = null;
        $this->producer = null;
        $this->args = [];
        $this->parent = null;
    }