Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ThreadRunner
Method
ThreadRunner
libs/platform/platform.hpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
{
40
public:
41
ThreadRunner() { GetPlatform().RunThreads(); }
42
virtual ~ThreadRunner() { GetPlatform().ShutdownThreads(); }
43
};
44
Callers
nothing calls this directly
Calls
1
RunThreads
Method · 0.80
Tested by
no test coverage detected