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

Method EventLoopThreadPool

muduo/net/EventLoopThreadPool.cc:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using namespace muduo::net;
18
19EventLoopThreadPool::EventLoopThreadPool(EventLoop* baseLoop, const string& nameArg)
20 : baseLoop_(baseLoop),
21 name_(nameArg),
22 started_(false),
23 numThreads_(0),
24 next_(0)
25{
26}
27
28EventLoopThreadPool::~EventLoopThreadPool()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected