File "CancellablePromiseInterface.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/react/promise/src/CancellablePromiseInterface.php
File size: 166 B (166 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace React\Promise;

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