]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/thread.h
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe...
[wxWidgets.git] / interface / thread.h
index c7eca68d19c64fee0d5dc91fa0245d4d83cb1694..5f07abb5ed93fc0b65287d62be16e8a06d309540 100644 (file)
@@ -593,8 +593,8 @@ public:
 
     /**
         Pauses the thread execution for the given amount of time.
-        This function should be used instead of wxSleep() by all worker
-        threads (i.e. all except the main one).
+
+        This is the same as wxMilliSleep().
     */
     static void Sleep(unsigned long milliseconds);