Your IP : 216.73.216.95


Current Path : /var/test/www/storage/vendor/react/promise/src/
Upload File :
Current File : /var/test/www/storage/vendor/react/promise/src/CancellablePromiseInterface.php

<?php

namespace React\Promise;

interface CancellablePromiseInterface extends PromiseInterface
{
    /**
     * @return void
     */
    public function cancel();
}