简体   繁体   中英

CreateTimerQueue for linux

Anyone know if there is any function similar to CreateTimerQueue on linux? Or do I have to make my own.

You want to use timer_gettime and timer_settime. Lookup the page on timer_create to get a nice example

Check out the boost::asio timers for a portable solution: http://www.boost.org/doc/libs/release/doc/html/boost_asio/tutorial.html

If you're already using a GUI toolkit (Qt, wxWidgets), then those usually have some kind of timer facility.

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