ReflectionFiber::getCallable
Gets the callable used to create the Fiber
&reftitle.description;
public callableReflectionFiber::getCallable
Returns the callable used to construct the Fiber. If the fiber has terminated, an
Error is thrown.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
The callable used to create the Fiber.