package mirage-mtime

  1. Overview
  2. Docs
Libraries and module types for a monotonic clock

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-mtime-5.0.0.tbz
sha256=23075a0326728fc81f44fc503fd48ec1bdbc01bb55cbd3d8eea72bd0f9ecf465
sha512=3a4fa1dd7affffbe77df6e90bb40d229eb36d259ad463a602385331fb6d9f099d6cc1536545b4288b4b6933765da1ffc8b67d5b2cccaaa3af639c960ef993616

doc/src/mirage-mtime.set/mirage_mtime_set.ml.html

Source file mirage_mtime_set.ml

1
2
3
let now = ref 0L
let tick () = now := Int64.add !now 1L
let tick_for v = now := Int64.add !now v
OCaml

Innovation. Community. Security.