mecca.reactor.fls

Fiber local storage

Members

Aliases

myFls
alias myFls = FiberLocal!(int, 200)
Undocumented in source.
yourFls
alias yourFls = FiberLocal!(double, 0.9)
Undocumented in source.

Manifest constants

FLS_AREA_SIZE
enum FLS_AREA_SIZE;
Undocumented in source.
FLS_AREA_SIZE
enum FLS_AREA_SIZE;
Undocumented in source.

Structs

FLSArea
struct FLSArea
Undocumented in source.

Templates

FiberLocal
template FiberLocal(T, T initVal = T.init, string id = null, string file = __FILE_FULL_PATH__, string mod = __MODULE__, ulong line = __LINE__)

Construct for defining new fiber local storage variables.

getFiberFlsLvalue
template getFiberFlsLvalue(alias FLS)
Undocumented in source.
setFiberFls
template setFiberFls(alias FLS)

Set the FLS variable of another fiber

Meta