@hackage clock0.1.1

low-level binding to time.h: clock_gettime and clock_getres

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.