Module Loop.Run_mode

val default : int64 F.const
val once : int64 F.const
val nowait : int64 F.const
type t = [
| `DEFAULT
| `ONCE
| `NOWAIT
]
val t : t F.typ