Worker

Constructors

this
this(TaskQueue taskQueue, size_t size)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
Task get(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
inspect
void inspect()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Task task)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta