Thread Priority Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
GordonAkst
Earned a small fee
Earned a small fee
Posts: 16
Joined: Wed Sep 01, 2010 11:00 pm

Thread Priority

Post by GordonAkst »

Is there a wxWidgets equivalent to MFC SetThreadPriority?
Any other way to designate a time-critical operation?
Thanks.
Gordon
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Post by doublemax »

You can only set the priority for secondary threads:
http://docs.wxwidgets.org/stable/wx_wxt ... etpriority

But currently not for the main thread.
Use the source, Luke!
Post Reply