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

Method WaitForSaveQueueEmpty

src/WorldStorage/WorldStorage.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124void cWorldStorage::WaitForSaveQueueEmpty(void)
125{
126 m_SaveQueue.BlockTillEmpty();
127}
128
129
130

Callers 1

InitializeSpawnMethod · 0.80

Calls 1

BlockTillEmptyMethod · 0.80

Tested by

no test coverage detected