Module Loop.Run_mode

Binds uv_run_mode.

type t = [
| `DEFAULT
| `ONCE
| `NOWAIT
]