private property Coroutine::$currentPromise in Lockr 7.3
Type: PromiseInterface|null
File
- vendor/
guzzlehttp/ promises/ src/ Coroutine.php, line 48
Class
- Coroutine
- Creates a promise that is resolved using a generator that yields values or promises (somewhat similar to C#'s async keyword).
Namespace
GuzzleHttp\PromiseCode
private $currentPromise;