Module Scheduler1.Job_or_event
include Async_kernel__.Job_or_event
include Async_kernel__.Job_or_event_intf.Job_or_event
type t= Async_kernel__.Types.Job_or_event.t
val of_event : Async_kernel__.Job_or_event_intf.Event.t -> tval of_job : Async_kernel__.Job.t -> tval is_event : t -> boolval is_job : t -> bool
module Match : sig ... endIdiomatic usage of
Matchis:
val sexp_of_t : Async_kernel__Job_or_event.t -> Ppx_sexp_conv_lib.Sexp.t