pthreads\PromiseManager::manage PHP Méthode

manage() public méthode

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