corsis / clock

High-resolution clock functions: monotonic, realtime, cputime.
Other
58 stars 25 forks source link

any chance for clock_nanosleep? #81

Open pennae opened 1 year ago

pennae commented 1 year ago

having a wrapper for clock_nanosleep and its TIMER_ABSTIME flag would be extremely useful for accurately doing something with an exact period. clock_nanosleep is specified in https://pubs.opengroup.org/onlinepubs/9699919799/. is this something clock would want to support?