X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9226383059545b8f76bcde41f90d18fbfcffe00..b19b28c8fca9815949753ed0c68097efe8943b18:/interface/wx/thread.h diff --git a/interface/wx/thread.h b/interface/wx/thread.h index 89eccc0b13..328879c901 100644 --- a/interface/wx/thread.h +++ b/interface/wx/thread.h @@ -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