package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Close_requested of Async_unix.Import.Execution_context.t * unit -> unit
  2. | Closed
  3. | Open of unit Async_unix.Import.Ivar.t
val sexp_of_t : t -> Sexplib.Sexp.t
val transition_is_allowed : t -> t -> bool
val is_open : t -> bool