package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val run_at : Time.t -> ('a -> unit) -> 'a -> unit
  • deprecated [since 2016-02] Use [Time_source]
val run_after : Time.Span.t -> ('a -> unit) -> 'a -> unit
  • deprecated [since 2016-02] Use [Time_source]
val at : Time.t -> unit Async_kernel__.Types.Deferred.t
  • deprecated [since 2016-02] Use [Time_source]
val after : Time.Span.t -> unit Async_kernel__.Types.Deferred.t
  • deprecated [since 2016-02] Use [Time_source]
val with_timeout : Time.Span.t -> 'a Async_kernel__.Types.Deferred.t -> [ `Timeout | `Result of 'a ] Async_kernel__.Types.Deferred.t
  • deprecated [since 2016-02] Use [Time_source]
module Event : sig ... end
val at_varying_intervals : ?stop:unit Async_kernel__.Types.Deferred.t -> (unit -> Time.Span.t) -> unit Async_kernel.Tail.Stream.t
  • deprecated [since 2016-02] Use [Time_source]
val at_intervals : ?start:Time.t -> ?stop:unit Async_kernel__.Types.Deferred.t -> Time.Span.t -> unit Async_kernel.Tail.Stream.t
  • deprecated [since 2016-02] Use [Time_source]
val every' : ?start:unit Async_kernel__.Types.Deferred.t -> ?stop:unit Async_kernel__.Types.Deferred.t -> ?continue_on_error:bool -> ?finished:unit Async_kernel.Ivar.t -> Time.Span.t -> (unit -> unit Async_kernel__.Types.Deferred.t) -> unit
  • deprecated [since 2016-02] Use [Time_source]
val every : ?start:unit Async_kernel__.Types.Deferred.t -> ?stop:unit Async_kernel__.Types.Deferred.t -> ?continue_on_error:bool -> Time.Span.t -> (unit -> unit) -> unit
  • deprecated [since 2016-02] Use [Time_source]
val run_at_intervals' : ?start:Time.t -> ?stop:unit Async_kernel__.Types.Deferred.t -> ?continue_on_error:bool -> Time.Span.t -> (unit -> unit Async_kernel__.Types.Deferred.t) -> unit
  • deprecated [since 2016-02] Use [Time_source]
val run_at_intervals : ?start:Time.t -> ?stop:unit Async_kernel__.Types.Deferred.t -> ?continue_on_error:bool -> Time.Span.t -> (unit -> unit) -> unit
  • deprecated [since 2016-02] Use [Time_source]