Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ Execute
Method
Execute
Tools/BiomeVisualiser/BiomeCache.cpp:328–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
327
328
void cBiomeCache::cThread::Execute(void)
329
{
330
while (!m_ShouldTerminate && !m_Parent.m_IsTerminatingThreads)
331
{
332
m_Parent.thrProcessQueueItem();
333
}
334
}
335
336
337
Callers
nothing calls this directly
Calls
1
thrProcessQueueItem
Method · 0.80
Tested by
no test coverage detected