Is it safe to call wxMessageQueue::Receive in multiple threads

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
Ronald
Super wx Problem Solver
Super wx Problem Solver
Posts: 306
Joined: Mon Mar 05, 2018 4:17 am

Is it safe to call wxMessageQueue::Receive in multiple threads

Post by Ronald »

The doc only says it is safe to call wxMessageQueue::Post in multiple threads, what about wxMessageQueue::Receive?
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Is it safe to call wxMessageQueue::Receive in multiple threads

Post by doublemax »

Yes.
Use the source, Luke!
Post Reply