mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
setFiberFls
mecca
reactor
fls
Set the FLS variable of another fiber
template
setFiberFls
(alias FLS)
nothrow @
nogc
static if
(
__traits(isSame, TemplateOf!FLS, FiberLocal)
)
void
setFiberFls
(
FiberHandle
fib
,
T
value
)
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
Source
See Implementation
mecca
reactor
fls
aliases
myFls
yourFls
manifest constants
FLS_AREA_SIZE
structs
FLSArea
templates
FiberLocal
getFiberFlsLvalue
setFiberFls
Set the FLS variable of another fiber