| 31 | { |
| 32 | public: |
| 33 | EventLoop(const EventLoop&) = delete; |
| 34 | EventLoop &operator = (const EventLoop&) = delete; |
| 35 | EventLoop(uint32_t num_threads =1); //std::thread::hardware_concurrency() |
| 36 | virtual ~EventLoop(); |
nothing calls this directly
no outgoing calls
no test coverage detected