MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / waitForIdle

Method waitForIdle

src/world.cpp:961–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961void QWorld::waitForIdle()
962{
963 for (MapWorker& w : workers)
964 w.wait(-1);
965}
966
967bool QWorld::isBusy()
968{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected