Inspired by the last leap second, I\'ve been exploring timing (specifically, interval timers) using POSIX calls.
POSIX provides several ways to set up timers, but th
We can make use of timer_create () or timerfd_create () . Their examples are present in man page .
timer_create ()
timerfd_create ()