package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'h) t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> ('h -> Sexplib.Sexp.t) -> ('a, 'h) t -> Sexplib.Sexp.t
type t_unit = (unit, unit) t
val sexp_of_t_unit : t_unit -> Sexplib.Sexp.t
val invariant : ('a -> unit) -> ('b -> unit) -> ('a, 'b) t -> unit
val scheduled_at : ('a, 'b) t -> Core_kernel.Int63.t
  • deprecated [since 2016-02] Use [Time_source]
module Status : sig ... end
val status : ('a, 'h) t -> ('a, 'h) Status.t
  • deprecated [since 2016-02] Use [Time_source]
val run_at : Core_kernel.Int63.t -> ('z -> 'h) -> 'z -> ('a, 'h) t
  • deprecated [since 2016-02] Use [Time_source]
val run_after : Core_kernel.Core_kernel_private.Time_ns_alternate_sexp.Span.t -> ('z -> 'h) -> 'z -> ('a, 'h) t
  • deprecated [since 2016-02] Use [Time_source]
module Abort_result : sig ... end
val abort : ('a, 'h) t -> 'a -> ('a, 'h) Abort_result.t
  • deprecated [since 2016-02] Use [Time_source]
val abort_exn : ('a, 'h) t -> 'a -> unit
  • deprecated [since 2016-02] Use [Time_source]
val abort_if_possible : ('a, 'b) t -> 'a -> unit
  • deprecated [since 2016-02] Use [Time_source]
module Fired : sig ... end
val fired : ('a, 'h) t -> ('a, 'h) Fired.t Async_kernel.Clock_intf.Deferred.t
  • deprecated [since 2016-02] Use [Time_source]
module Reschedule_result : sig ... end
val reschedule_at : ('a, 'h) t -> Core_kernel.Int63.t -> ('a, 'h) Reschedule_result.t
  • deprecated [since 2016-02] Use [Time_source]
  • deprecated [since 2016-02] Use [Time_source]
val at : Core_kernel.Int63.t -> ('a, unit) t
  • deprecated [since 2016-02] Use [Time_source]
  • deprecated [since 2016-02] Use [Time_source]
OCaml

Innovation. Community. Security.