You are here

constant PromiseInterface::FULFILLED in Lockr 7.3

File

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

Class

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

Namespace

GuzzleHttp\Promise

Code

const FULFILLED = 'fulfilled';