async, timer, prepare, idle and check handles don't need the status parameter.
Useful to know when the the event loop is empty, this can't be done with uv_run() without possibly blocking, or running some events (which might empty the event loop as a side-effect).