%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/react/promise/src/ |
| Current File : /home/graphicd/public_html/vebto/vendor/react/promise/src/PromisorInterface.php |
<?php
namespace React\Promise;
interface PromisorInterface
{
/**
* Returns the promise of the deferred.
*
* @return PromiseInterface
*/
public function promise();
}