setFiberFls

Set the FLS variable of another fiber

template setFiberFls(alias FLS)
nothrow @nogc
static if(__traits(isSame, TemplateOf!FLS, FiberLocal))
void
setFiberFls

Members

Aliases

T
alias T = ReturnType!FLS
Undocumented in source.

Functions

setFiberFls
void setFiberFls(FiberHandle fib, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta