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