Documented that wxCriticalSection can be used before wxInitialize(), as a global object.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -518,6 +518,10 @@ enum wxCriticalSectionType
|
||||
@library{wxbase}
|
||||
@category{threading}
|
||||
|
||||
@note Critical sections can be used before the wxWidgets library is fully
|
||||
initialized. In particular, it's safe to create global
|
||||
wxCriticalSection instances.
|
||||
|
||||
@see wxThread, wxCondition, wxCriticalSectionLocker
|
||||
*/
|
||||
class wxCriticalSection
|
||||
|
Reference in New Issue
Block a user