Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php20 private $wrappedPromise; variable
45 $this->wrappedPromise = $promise;
77 return $this->wrappedPromise;
88 return $this->wrappedPromise->then($onFulfilled, $onRejected, $onProgress);
108 $this->wrappedPromise->then(