Task

Constructors

this
this(Args args)
Undocumented in source.
this
this()
Undocumented in source.

Members

Aliases

ReturnType
alias ReturnType = typeof(fun(_args))

The return type of the function called by this Task. This can be void.

Functions

fixRef
ReturnType fixRef(ReturnType* val)
Undocumented in source. Be warned that the author may not have intended to support it.
fixRef
ReturnType fixRef(ReturnType val)
Undocumented in source. Be warned that the author may not have intended to support it.
onRun
void onRun()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_args
Args _args;
Undocumented in source.
returnVal
ReturnType* returnVal;
Undocumented in source.
returnVal
ReturnType returnVal;
Undocumented in source.

Inherited Members

From AbstractTask

exception
Throwable exception;
Undocumented in source.
taskStatus
ubyte taskStatus;
Undocumented in source.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
onRun
void onRun()
Undocumented in source.
done
bool done()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta