package posix-time

  1. Overview
  2. Docs
POSIX time

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.5.1.tar.gz
sha256=691346597f40a741768831b357e1047f8efbd0ad43aef259c97392662173c4d2
md5=ad59443f2ddb3a3c674f67fac28ed303

doc/posix-time/Posix_time/Itimerspec/index.html

Module Posix_time.Itimerspec

type t = {
  1. it_interval : Timespec.t;
  2. it_value : Timespec.t;
}