Refactor event loop handling
Refactor networking, tasks, timers and applications to use a new "loop manager" framework. This will be a front-end to the uv_loop
API, replacing the old isc_app
module completely, and will manage worker threads and application startup and shutdown.