Fiber.isResumable

bool isResumable() const pure nothrow @nogc @safe

Check if the fiber can be resumed.

Returns

true if calling call() will execute fiber code.