package async

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val of_event : Async_kernel__.Types.Event.t -> t
val of_job : (Async_kernel__.Types.Execution_context.t, Obj.t -> unit, Obj.t) Core_kernel.Pool.Slots.t3 Core_kernel.Pool.Pointer.t -> t
val is_event : t -> bool
val is_job : t -> bool
module Match : sig ... end

Idiomatic usage of Match is:

val sexp_of_t : Async_kernel__.Types.Job_or_event.t -> Ppx_sexp_conv_lib.Sexp.t