Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/react/promise/src/
DCancellablePromiseInterface.php5 interface CancellablePromiseInterface extends PromiseInterface interface
DFulfilledPromise.php8 class FulfilledPromise implements ExtendedPromiseInterface, CancellablePromiseInterface
DLazyPromise.php8 class LazyPromise implements ExtendedPromiseInterface, CancellablePromiseInterface
DRejectedPromise.php8 class RejectedPromise implements ExtendedPromiseInterface, CancellablePromiseInterface
DPromise.php5 class Promise implements ExtendedPromiseInterface, CancellablePromiseInterface
/plugin/elasticsearch/vendor/react/promise/
DCHANGELOG.md137 if ($promise instanceof \React\Promise\CancellablePromiseInterface) {
189 * Introduce new `CancellablePromiseInterface` implemented by all promises.
190 * Add new `cancel()` method (part of the `CancellablePromiseInterface`).
DREADME.md30 * [CancellablePromiseInterface](#cancellablepromiseinterface)
31 * [CancellablePromiseInterface::cancel()](#cancellablepromiseinterfacecancel)
339 ### CancellablePromiseInterface subsection
345 #### CancellablePromiseInterface::cancel() argument