You are here

constant PromiseInterface::PENDING in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/promises/src/PromiseInterface.php \GuzzleHttp\Promise\PromiseInterface::PENDING

File

vendor/guzzlehttp/promises/src/PromiseInterface.php, line 15

Class

PromiseInterface
A promise represents the eventual result of an asynchronous operation.

Namespace

GuzzleHttp\Promise

Code

const PENDING = 'pending';