package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Aborted
  2. | Fired
  3. | Happening
  4. | Scheduled
  5. | Unscheduled
val compare : t -> t -> int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val transition_is_allowed : from:t -> to_:t -> bool