Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 5.10.0 Alpha
-
Component/s: Core: Other
-
Labels:None
-
Commits:ca92ee2518fdbd77fcbe3f8ef4f412aa5950b1b9
Description
qAddPostRoutine() is not thread-safe, but it should be. Otherwise a program can only safely call it before it creates threads which means it cannot use it to register clean-up for resources that are not allocated until they are used.