voxelman.thread.worker

Public Imports

voxelman.thread.sharedqueue
public import voxelman.thread.sharedqueue;
Undocumented in source.

Members

Functions

spawnWorker
Thread spawnWorker(F fn, T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MAX_LOAD_QUEUE_LENGTH
enum MAX_LOAD_QUEUE_LENGTH;
Undocumented in source.
QUEUE_LENGTH
enum QUEUE_LENGTH;
Undocumented in source.

Structs

Worker
struct Worker
Undocumented in source.
WorkerGroup
struct WorkerGroup
Undocumented in source.

Meta

Authors

Andrey Penechko.