File manager - Edit - /home/autoph/public_html/connectv1/lms/vendor/react/promise/src/CancellablePromiseInterface.php
Back
<?php namespace React\Promise; interface CancellablePromiseInterface extends 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(); }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings