You are here

private property Promise::$state in Zircon Profile 8

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

File

vendor/guzzlehttp/promises/src/Promise.php, line 11

Class

Promise
Promises/A+ implementation that avoids recursion when possible.

Namespace

GuzzleHttp\Promise

Code

private $state = self::PENDING;