What’s the closest equivalent on Linux to Windows’s CreateThreadpoolTimer?
What’s the closest equivalent on Linux to Windows’s CreateThreadpoolTimer ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I know nothing about Windows, but with
timer_createyou can have several timers. And many libraries also give you timers, e.g. QTimer in Qt (which can also give your thread pools).