简体   繁体   中英

Closest Linux equivalent to Windows' CreateThreadpoolTimer

在Linux上最接近Windows的CreateThreadpoolTimer等效项是什么?

I know nothing about Windows, but with timer_create you can have several timers. And many libraries also give you timers, eg QTimer in Qt (which can also give your thread pools).

Perhaps setitimer() ? You only get one set of interval timers per process, though.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM