mecca.reactor.utils

Assorted helpers

Members

Functions

contextSwitchingRange
auto contextSwitchingRange(R range)

"Play nice" input range filter

makeFiberPointer
auto makeFiberPointer(T* ptr)

Create a FiberPointer from a pointer

Structs

FiberPointer
struct FiberPointer(T)

Pointer to data on another Fiber's stack

Meta