MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / start_async

Method start_async

src/Chain/libraries/glua/lremote_debugger.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 void LRemoteDebugger::start_async()
161 {
162 std::thread t(std::bind(&LRemoteDebugger::start_sync, this));
163 t.detach();
164 }
165
166 void LRemoteDebugger::shutdown()
167 {

Callers 1

luaV_executeFunction · 0.80

Calls 2

bindClass · 0.50
detachMethod · 0.45

Tested by

no test coverage detected