pthreads\PromiseManager::manage PHP Method

manage() public method

public manage ( Promise $promise, Thenable $thenable )
$promise Promise
$thenable Thenable
    public function manage(Promise $promise, Thenable $thenable)
    {
        return new Promise([$this, $promise->getWorker()], $thenable);
    }