Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/react/promise/src/
H A DLazyPromise.php6 * @deprecated 2.8.0 LazyPromise is deprecated and should not be used anymore.
8 class LazyPromise implements ExtendedPromiseInterface, CancellablePromiseInterface class
H A DPromise.php185 if ($promise instanceof LazyPromise) {
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md53 * Mark `FulfilledPromise`, `RejectedPromise` and `LazyPromise` as deprecated for Promise v2 (and remove for Promise v3).
110 * Improve documentation to properly instantiate LazyPromise
H A DREADME.md35 * [LazyPromise](#lazypromise)
178 * [LazyPromise](#lazypromise) (deprecated)
230 * [LazyPromise](#lazypromise) (deprecated)
362 * [LazyPromise](#lazypromise) (deprecated)
436 ### LazyPromise subsection
438 > Deprecated in v2.8.0: LazyPromise is deprecated and should not be used anymore.
452 $promise = new React\Promise\LazyPromise($factory);