Fiber.call

FiberState call() @trusted

Resume or start fiber execution.

If the fiber has not been started, this begins execution. If the fiber is suspended, this resumes from the yield point.

Returns

The current state after this call completes.

Throws

Exception if the fiber terminated with an unhandled exception.