MCPcopy Create free account
hub / github.com/chenshuo/muduo / ~EventLoopThreadPool

Method ~EventLoopThreadPool

muduo/net/EventLoopThreadPool.cc:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28EventLoopThreadPool::~EventLoopThreadPool()
29{
30 // Don't delete loop, it's stack variable
31}
32
33void EventLoopThreadPool::start(const ThreadInitCallback& cb)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected