Home
last modified time | relevance | path

Searched refs:cachedPromise (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DCompletedFutureValue.php16 private $cachedPromise; variable in GuzzleHttp\\Ring\\Future\\CompletedFutureValue
48 if (!$this->cachedPromise) {
49 $this->cachedPromise = $this->error
54 return $this->cachedPromise;