Icicle\Concurrent\Worker\Internal\PooledWorker::__destruct PHP Метод

__destruct() публичный Метод

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