fSynchronized

Undocumented in source.
template fSynchronized(alias func)
static if(isSomeFunction!func)
ReturnType!func
fSynchronized
(
Parameters!func args
)

Members

Functions

fSynchronized
ReturnType!func fSynchronized(Parameters!func args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m
FMutex m;
Undocumented in source.

Meta