MCPcopy Create free account
hub / github.com/Shangyizhou/A-Tiny-Network-Library / ~EventLoopThreadPool

Method ~EventLoopThreadPool

src/net/EventLoopThreadPool.cc:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15EventLoopThreadPool::~EventLoopThreadPool()
16{
17 // Don't delete loop, it's stack variable
18}
19
20void EventLoopThreadPool::start(const ThreadInitCallback &cb)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected