* kqueue_loop constructor. * * Throws std::system_error or std::bad_alloc if the event loop cannot be initialised. */
| 299 | * Throws std::system_error or std::bad_alloc if the event loop cannot be initialised. |
| 300 | */ |
| 301 | kqueue_loop() |
| 302 | { |
| 303 | init(); |
| 304 | } |
| 305 | |
| 306 | kqueue_loop(typename Base::delayed_init d) noexcept |
| 307 | { |
nothing calls this directly
no outgoing calls
no test coverage detected