package posix-time2

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