Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.6.0
-
None
Description
Under Windows, there is a very common synchronization primitive API CreateEvent / SetEvent, etc... (Qt uses it internally).
When porting a Windows application to Qt, it would be good to have a similar API concept. Porting a working and fine tuned multitasked application is hard and error prone when not relying on similar primitives.
Moreover, this Event API concept would be an useful addition to the current API set.