Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
void cWorldStorage::WaitForLoadQueueEmpty(void)
116
{
117
m_LoadQueue.BlockTillEmpty();
118
}
119
120
121
Callers
1
InitializeSpawn
Method · 0.80
Calls
1
BlockTillEmpty
Method · 0.80
Tested by
no test coverage detected