Module Loop.Run_mode

Binds uv_run_mode.

type t = [
  1. | `DEFAULT
  2. | `ONCE
  3. | `NOWAIT
]