Current Path : /home/alh/system/storage/vendor/react/promise/src/ |
Current File : //home/alh/system/storage/vendor/react/promise/src/CancellablePromiseInterface.php |
<?php namespace React\Promise; interface CancellablePromiseInterface extends PromiseInterface { /** * @return void */ public function cancel(); }