Are there any well-behaved POSIX interval timers?

前端 未结 4 756
别跟我提以往
别跟我提以往 2020-12-14 08:58

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

4条回答
  •  温柔的废话
    2020-12-14 09:22

    We can make use of timer_create () or timerfd_create () . Their examples are present in man page .

提交回复
热议问题