package async_kernel

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

Module Event.StatusSource

Sourcetype ('a, 'h) t =
  1. | Aborted of 'a
  2. | Happened of 'h
  3. | Scheduled_at of Core.Time_ns.t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> ('h -> Sexplib0.Sexp.t) -> ('a, 'h) t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.