FiberHandle.isSet

Returns whether the handle was set

Unlike isValid, this does not check whether the handle is still valid. It only returns whether the handle is in initialized state.

struct FiberHandle
@property pure const nothrow @safe @nogc
bool
isSet
()

Meta