kiss.event.task

Undocumented in source.

Members

Classes

AbstractTask
class AbstractTask
Undocumented in source.
Task
class Task(alias fun, Args...)
Undocumented in source.

Enums

TaskStatus
enum TaskStatus
Undocumented in source.

Functions

makeTask
auto makeTask(Alloc alloc, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTask
auto makeTask(Alloc alloc, F delegateOrFp, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
newTask
auto newTask(Args args)

Note:from GC

newTask
auto newTask(F delegateOrFp, Args args)

Note:from GC

run
ReturnType!F run(F fpOrDelegate, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TaskQueue
struct TaskQueue
Undocumented in source.

Meta