Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ runThread
Function
runThread
test/threads/ThreadCode.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
void runThread()
13
{
14
HxCreateDetachedThread(threadFunc,nullptr);
15
}
16
Callers
nothing calls this directly
Calls
1
HxCreateDetachedThread
Function · 0.85
Tested by
no test coverage detected