Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Pool.php

function Pool::promise

Get promise

Overrides PromisorInterface::promise

File

vendor/guzzlehttp/guzzle/src/Pool.php, line 73

Class

Pool
Sends an iterator of requests concurrently using a capped pool size.

Namespace

GuzzleHttp

Code

public function promise() : PromiseInterface {
    return $this->each
        ->promise();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal