Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassicOldSong/Apollo
/ ThreadPool
Method
ThreadPool
src/thread_pool.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
public:
30
ThreadPool():
31
_continue {false} {
32
}
33
34
explicit ThreadPool(int threads):
35
_thread(threads),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected