voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
storageWorker
voxelman
world
storage
storageworker
Undocumented in source. Be warned that the author may not have intended to support it.
void
storageWorker
(
immutable
WorldDb
_worldDb
,
shared
bool
*
workerRunning
,
shared
Mutex
workAvaliableMutex
,
shared
Condition
workAvaliable
,
shared
SharedQueue
*
loadResQueue
,
shared
SharedQueue
*
saveResQueue
,
shared
SharedQueue
*
loadTaskQueue
,
shared
SharedQueue
*
saveTaskQueue
,
shared
SharedHashSet
!
TaskId
canceledTasks
,
shared
Worker
[]
genWorkers
)
Meta
Source
See Implementation
voxelman
world
storage
storageworker
functions
sendEmptyChunk
storageWorker
structs
GenWorkerControl
TimeMeasurer