package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Binds uv_run_mode.

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