package async_kernel

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

Module Event.StatusSource

Sourcetype t =
  1. | Fired
  2. | Happening
  3. | Scheduled
  4. | Unscheduled
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval transition_is_allowed : from:t -> to_:t -> bool
OCaml

Innovation. Community. Security.