| Path : /proc/thread-self/root/usr/share/php/React/Promise/ |
| Current File : //proc/thread-self/root/usr/share/php/React/Promise/PromisorInterface.php |
<?php
namespace React\Promise;
interface PromisorInterface
{
/**
* @return PromiseInterface
*/
public function promise();
}