Fiber.state

Gets the current state of this fiber.

class Fiber
final @property
state
const @safe pure nothrow @nogc
(
)

Return Value

Type: State

The state of this fiber as an enumerated value.

Suggestion Box / Bug Report