Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ ~PoolThread
Method
~PoolThread
MonaBase/include/Mona/PoolThread.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
public:
33
PoolThread() : Startable(
"PoolThread"
+ std::to_string(++_Id)) {}
34
virtual ~PoolThread() {join(); }
35
36
void join() { stop(); }
37
Callers
nothing calls this directly
Calls
1
join
Function · 0.85
Tested by
no test coverage detected