@hackage clock0.1.1
low-level binding to time.h: clock_gettime and clock_getres
Installation
Dependencies (1)
Dependents (182)
@hackage/Cabal, @hackage/prometheus-effect, @hackage/opentelemetry-lightstep, @hackage/wrecker, @hackage/timer-wheel, @hackage/happy-dot, Show all…
Dedicated to An Le Thi Thanh
DESCRIPTION
low-level bindings to time.h: clock_gettime and clock_getres
CONSIDERATIONS
→ Move from System.CPUTime.Clock to either System.Posix.Clock or ask for suggestions from other people.
→ clock_getres has type 'Clock → IO TimeSpec' discuss changing to 'Clock → TimeSpec' with other haskell developers.
KNOWN ISSUES
→ clock_settime not implemented.
→ namespace have not been confirmed final.