rockhopper.rhapi.task

Undocumented in source.

Members

Functions

completedTask
auto completedTask(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
tSpawn
auto tSpawn(F fn)
Undocumented in source. Be warned that the author may not have intended to support it.
tSpawnAsThread
auto tSpawnAsThread(F fn)
Undocumented in source. Be warned that the author may not have intended to support it.
taskify
auto taskify(Parameters!F params)
Undocumented in source. Be warned that the author may not have intended to support it.
waitAllTasks
void waitAllTasks(Task!T*[] tasks)
Undocumented in source. Be warned that the author may not have intended to support it.
waitAllTasks
void waitAllTasks()
Undocumented in source. Be warned that the author may not have intended to support it.
waitAnyTask
void waitAnyTask(Task!T*[] tasks)
Undocumented in source. Be warned that the author may not have intended to support it.
waitAnyTask
void waitAnyTask()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Task
struct Task(T)
Undocumented in source.

Meta