\React\PromiseCancellablePromiseInterface

Summary

Methods
Constants
then()
cancel()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

then()

then(callable $onFulfilled, callable $onRejected, callable $onProgress) : \React\Promise\PromiseInterface

Parameters

callable $onFulfilled
callable $onRejected
callable $onProgress

Returns

\React\Promise\PromiseInterface

cancel()

cancel() : void