Fiber::getReturn
Fiber::getReturn
Gets the value returned by the Fiber
mixed **Fiber::getReturn**
Returns the value returned by the provided to .
If the fiber has not returned a value, either because it has not been started, has not terminated, or threw an
exception, a will be thrown.
callable``Fiber::__construct``FiberError