package mirage-sleep

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

Module Mirage_sleepSource

Sourceval time : unit -> int64
Sourcetype t = {
  1. time : int64;
  2. mutable canceled : bool;
  3. thread : unit Lwt.u;
}
Sourceval sleepers : t list ref
Sourceval ns : int64 -> unit Lwt.t
Sourceval new_sleepers : unit -> t list
OCaml

Innovation. Community. Security.