Icicle\Concurrent\Worker\Internal\PooledWorker::__destruct PHP Method

__destruct() public method

Automatically pushes the worker back into the queue.
public __destruct ( )
    public function __destruct()
    {
        ($this->push)($this->worker);
    }