package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Require_explicit_time_source_intf.Require_explicit_time_source

We shadow Time_ns and Scheduler from Async_kernel because the local versions have a different interface.

include module type of struct include Async_unix.Require_explicit_time_source_intf.From_kernel end with module Scheduler := Async_unix.Require_explicit_time_source_intf.From_kernel.Scheduler with module Time_ns := Async_unix.Require_explicit_time_source_intf.From_kernel.Time_ns
  • deprecated [since 2016-02] Use [Time_source]
  • deprecated [since 2016-02] Use [Time_source]
val every : ?start:unit Async_kernel.Deferred.t -> ?stop:unit Async_kernel.Deferred.t -> ?continue_on_error:bool -> Async_unix.Require_explicit_time_source_intf.From_kernel.Time_ns.Span.t -> (unit -> unit) -> unit
  • deprecated [since 2016-02] Use [Time_source]
  • deprecated [since 2016-02] Use [Time_source]
module Scheduler : sig ... end
module Time : sig ... end
module Time_ns : sig ... end