clock
clock copied to clipboard
any chance for clock_nanosleep?
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?