| 13 | } |
| 14 | |
| 15 | EventLoopThreadPool::~EventLoopThreadPool() |
| 16 | { |
| 17 | // Don't delete loop, it's stack variable |
| 18 | } |
| 19 | |
| 20 | void EventLoopThreadPool::start(const ThreadInitCallback &cb) |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected