A process-wide libuv event loop for library use.

Function get

fn get() -> IoTask

Race-free helper to get access to a global task where a libuv loop is running.

Use uv::hl::interact to do operations against the global loop that this function returns.

Return

Function spawn_loop

fn spawn_loop() -> IoTask