tSynchronized

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

Members

Functions

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

Variables

m
TMutex m;
Undocumented in source.

Meta