Showing with 3 additions and 3 deletions.
  1. +3 −3 src/core/thread.d
6 changes: 3 additions & 3 deletions src/core/thread.d
Original file line number Diff line number Diff line change
Expand Up @@ -1066,9 +1066,6 @@ class Thread


/**
* $(RED Scheduled for deprecation in January 2012. Please use the version
* which takes a $(D Duration) instead.)
*
* Suspends the calling thread for at least the supplied period. This may
* result in multiple OS calls if period is greater than the maximum sleep
* duration supported by the operating system.
Expand Down Expand Up @@ -1141,6 +1138,9 @@ class Thread


/**
* $(RED Scheduled for deprecation in January 2012. Please use the version
* which takes a $(D Duration) instead.)
*
* Suspends the calling thread for at least the supplied period. This may
* result in multiple OS calls if period is greater than the maximum sleep
* duration supported by the operating system.
Expand Down