TaskFuncInfo

Undocumented in source.

Members

Functions

call
void call()
Undocumented in source. Be warned that the author may not have intended to support it.
initArgs
void initArgs()
Undocumented in source. Be warned that the author may not have intended to support it.
initCallable
void initCallable()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(CALLABLE callable, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

typedArgs
A typedArgs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
typedCallable
C typedCallable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

args
void[maxTaskParameterSize] args;
Undocumented in source.
callable
void[2 * size_t.sizeof] callable;
Undocumented in source.
func
void function(ref TaskFuncInfo) func;
Undocumented in source.
functionPointer
ulong functionPointer;
Undocumented in source.
settings
TaskSettings settings;
Undocumented in source.

Meta