MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / PoolThread

Method PoolThread

MonaBase/include/Mona/PoolThread.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class PoolThread : private Startable, public virtual Object {
32public:
33 PoolThread() : Startable("PoolThread" + std::to_string(++_Id)) {}
34 virtual ~PoolThread() {join(); }
35
36 void join() { stop(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected