Kraken\Promise\Promise::__destruct PHP Method

__destruct() public method

public __destruct ( )
    public function __destruct()
    {
        unset($this->result);
        unset($this->handlers);
        unset($this->canceller);
        unset($this->currentCancellations);
        unset($this->requiredCancellations);
    }