| 6 | namespace evpp { |
| 7 | |
| 8 | EventLoopThread::EventLoopThread() |
| 9 | : event_loop_(new EventLoop) { |
| 10 | DLOG_TRACE << "loop=" << event_loop_; |
| 11 | } |
| 12 | |
| 13 | EventLoopThread::~EventLoopThread() { |
| 14 | DLOG_TRACE << "loop=" << event_loop_; |
nothing calls this directly
no outgoing calls
no test coverage detected