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

Method EventLoopThread

evpp/event_loop_thread.cc:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace evpp {
7
8EventLoopThread::EventLoopThread()
9 : event_loop_(new EventLoop) {
10 DLOG_TRACE << "loop=" << event_loop_;
11}
12
13EventLoopThread::~EventLoopThread() {
14 DLOG_TRACE << "loop=" << event_loop_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected