package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'h) t =
  1. | Aborted of 'a
  2. | Happened of 'h
  3. | Scheduled_at of Core.Time_ns.t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> ('h -> Sexplib0.Sexp.t) -> ('a, 'h) t -> Sexplib0.Sexp.t