package eio

  1. Overview
  2. Docs
Effect-based direct-style IO API for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

eio-1.1.tbz
sha256=346104884077f140b3574e1daccc02212960c6efeb793c803e3e6b8bafea0fab
sha512=18abde418c56b1ceed3e8f075cb94e5c951b5cfea967ec4cb5f8e1e4d635b801b3c9e6ec61f89483490dbec143c33b9b76d947bff1183d44e6e0e01d93821dfb

doc/eio.mock/Eio_mock/Clock/Mono/index.html

Module Clock.MonoSource

Sourcetype t = Mtime.t ty Eio.Std.r
Sourceval make : unit -> t

make () is a new clock.

The time is initially set to 0.0 and doesn't change except when you call advance or set_time.

Sourceval advance : t -> unit

advance t sets the time to the next scheduled event (adding any due fibers to the run queue).

Sourceval try_advance : t -> bool

Like advance, but returns false instead of raising an exception.

Sourceval set_time : t -> Mtime.t -> unit

set_time t time sets the time to time (adding any due fibers to the run queue).

OCaml

Innovation. Community. Security.