package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Not_watching
  2. | Watch_once of ready_to_result Async_unix.Import.Ivar.t
  3. | Watch_repeatedly of Async_unix.Import.Job.t * [ `Bad_fd | `Closed | `Interrupted ] Async_unix.Import.Ivar.t
  4. | Stop_requested
val sexp_of_t : t -> Sexplib.Sexp.t
val invariant : t -> unit