tasky ~master (2021-09-26T08:42:31Z)
Dub
Repo
TaskManager
tasky
engine
Undocumented in source.
final
class
TaskManager : Thread {
this
(Socket socket);
void
registerTaskType
(Task task);
void
submitTask
(Task task);
}
Constructors
this
this
(Socket socket)
Undocumented in source.
Members
Functions
registerTaskType
void
registerTaskType
(Task task)
Undocumented in source. Be warned that the author may not have intended to support it.
submitTask
void
submitTask
(Task task)
Submits a new Task, enqueues it as a job, sends the payload
Meta
Source
See Implementation
tasky
engine
classes
Task
TaskManager
TestTask