package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val dummy : t
val create : writer -> maximum_age:[ `At_most of Core.Time.Span.t | `Unlimited ] -> t
val destroy : t -> unit
val too_old : t -> unit Async_unix.Import.Deferred.t
val internal_check_now_for_unit_test : now:Core.Time_ns.t -> unit