Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGT-labs/NGT
/ ThreadPool
Method
ThreadPool
lib/NGT/Thread.h:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
};
229
230
ThreadPool(int s) {
231
size = s;
232
threads = new Thread[s];
233
}
234
235
~ThreadPool() { delete[] threads; }
236
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected