package async_kernel

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

Module Time_source.EventSource

Sourcetype ('a, 'h) t
Sourceval sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> ('h -> Ppx_sexp_conv_lib.Sexp.t) -> ('a, 'h) t -> Ppx_sexp_conv_lib.Sexp.t
Sourcetype t_unit = (unit, unit) t
Sourceval sexp_of_t_unit : t_unit -> Ppx_sexp_conv_lib.Sexp.t
include Core_kernel.Invariant.S2 with type ('a, 'b) t := ('a, 'b) t
Sourceval invariant : ('a -> unit) -> ('b -> unit) -> ('a, 'b) t -> unit
Sourceval scheduled_at : (_, _) t -> Core_kernel.Time_ns.t
Sourcemodule Status : sig ... end
Sourceval status : ('a, 'h) t -> ('a, 'h) Status.t
Sourceval run_at : [> Core_kernel.read ] T1.t -> Core_kernel.Time_ns.t -> ('z -> 'h) -> 'z -> (_, 'h) t
Sourcemodule Abort_result : sig ... end
Sourceval abort : ('a, 'h) t -> 'a -> ('a, 'h) Abort_result.t
Sourceval abort_exn : ('a, 'h) t -> 'a -> unit
Sourceval abort_if_possible : ('a, _) t -> 'a -> unit
Sourcemodule Fired : sig ... end
Sourceval fired : ('a, 'h) t -> ('a, 'h) Fired.t Async_kernel__.Types.Deferred.t
Sourcemodule Reschedule_result : sig ... end
Sourceval reschedule_at : ('a, 'h) t -> Core_kernel.Time_ns.t -> ('a, 'h) Reschedule_result.t
Sourceval at : [> Core_kernel.read ] T1.t -> Core_kernel.Time_ns.t -> (_, unit) t