Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/react/promise/src/
Upload File :
Current File : //proc/thread-self/root/home/rtorresani/www/vendor/react/promise/src/PromisorInterface.php

<?php

namespace React\Promise;

interface PromisorInterface
{
    /**
     * Returns the promise of the deferred.
     *
     * @return PromiseInterface
     */
    public function promise();
}