MCPcopy Create free account
hub / github.com/davmac314/dinit / kqueue_loop

Method kqueue_loop

dasynq/include/dasynq/kqueue.h:301–304  ·  view source on GitHub ↗

* kqueue_loop constructor. * * Throws std::system_error or std::bad_alloc if the event loop cannot be initialised. */

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected