PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
google-site-kit
/
third-party
/
react
/
promise
/
src
<?php namespace Google\Site_Kit_Dependencies\React\Promise; interface CancellablePromiseInterface extends \Google\Site_Kit_Dependencies\React\Promise\PromiseInterface { /** * The `cancel()` method notifies the creator of the promise that there is no * further interest in the results of the operation. * * Once a promise is settled (either fulfilled or rejected), calling `cancel()` on * a promise has no effect. * * @return void */ public function cancel(); }
[+]
..
[-] UnhandledRejectionException.php
[edit]
[+]
Exception
[-] RejectedPromise.php
[edit]
[-] PromisorInterface.php
[edit]
[-] Promise.php
[edit]
[-] functions.php
[edit]
[-] LazyPromise.php
[edit]
[-] CancellablePromiseInterface.php
[edit]
[-] functions_include.php
[edit]
[-] FulfilledPromise.php
[edit]
[-] ExtendedPromiseInterface.php
[edit]
[-] Deferred.php
[edit]
[-] CancellationQueue.php
[edit]
[-] PromiseInterface.php
[edit]