Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ThreadGroup
Method
ThreadGroup
system/threading/thread_group.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
namespace toft {
13
14
ThreadGroup::ThreadGroup()
15
{
16
}
17
18
ThreadGroup::ThreadGroup(const std::function<void ()>& callback, size_t count)
19
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected