MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Resume

Method Resume

Core/AppRuntime/Source/WorkQueue.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void WorkQueue::Resume()
42 {
43 std::scoped_lock<std::mutex> lock(m_suspendMutex);
44 m_suspended = false;
45 m_suspendConditionVariable.notify_one();
46 }
47
48 void WorkQueue::Run(Napi::Env env)
49 {

Callers 4

WndProcFunction · 0.45
App.cppFile · 0.45
WndProcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected