FiberPointer.get

Returns the pointer.

struct FiberPointer(T)
@property nothrow @safe @nogc
T*
get
()

Return Value

Type: T*

Returns the pointer or null if the fiber quit

Meta