MCPcopy Create free account
hub / github.com/Qihoo360/evpp / EventLoopThreadPool

Method EventLoopThreadPool

evpp/event_loop_thread_pool.cc:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace evpp {
6
7EventLoopThreadPool::EventLoopThreadPool(EventLoop* base_loop, uint32_t thread_number)
8 : base_loop_(base_loop),
9 thread_num_(thread_number) {
10 DLOG_TRACE << "thread_num=" << thread_num() << " base loop=" << base_loop_;
11}
12
13EventLoopThreadPool::~EventLoopThreadPool() {
14 DLOG_TRACE << "thread_num=" << thread_num();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected