PHPDaemon\Core\DeferredEvent::cleanup PHP Method

cleanup() public method

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