Function FiberHandle.isSet

Returns whether the handle was set

bool isSet () pure nothrow @property @nogc @safe const;

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