MCPcopy Create free account
hub / github.com/cuberite/cuberite / WaitForLoadQueueEmpty

Method WaitForLoadQueueEmpty

src/WorldStorage/WorldStorage.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115void cWorldStorage::WaitForLoadQueueEmpty(void)
116{
117 m_LoadQueue.BlockTillEmpty();
118}
119
120
121

Callers 1

InitializeSpawnMethod · 0.80

Calls 1

BlockTillEmptyMethod · 0.80

Tested by

no test coverage detected