public function Pool::promise in Auth0 Single Sign On 8.2
Get promise
Return value
Overrides PromisorInterface::promise
File
- vendor/
guzzlehttp/ guzzle/ src/ Pool.php, line 78
Class
- Pool
- Sends an iterator of requests concurrently using a capped pool size.
Namespace
GuzzleHttpCode
public function promise() {
return $this->each
->promise();
}