MCPcopy 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

12namespace toft {
13
14ThreadGroup::ThreadGroup()
15{
16}
17
18ThreadGroup::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