| 26 | } |
| 27 | |
| 28 | EventLoopThreadPool::~EventLoopThreadPool() |
| 29 | { |
| 30 | // Don't delete loop, it's stack variable |
| 31 | } |
| 32 | |
| 33 | void EventLoopThreadPool::start(const ThreadInitCallback& cb) |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected