ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/amphp/parallel/lib/Sync/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/amphp/parallel/lib/Sync/ExitResult.php |
<?php namespace Amp\Parallel\Sync; interface ExitResult { /** * @return mixed Return value of the callable given to the execution context. * * @throws \Amp\Parallel\Sync\PanicError If the context exited with an uncaught exception. */ public function getResult(); }