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

Method Dispatch

Core/AppRuntime/Source/AppRuntime.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void AppRuntime::Dispatch(std::function<void(Napi::Env)> func)
35 {
36 m_workQueue->Append(std::move(func));
37 }
38}

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected