Rename util.h Sleep --> MilliSleep
Two reasons for this change:
- Need to always use boost::thread's sleep, even on Windows, so the
sleeps can be interrupted (prior code used Windows' built-in Sleep).
- I always forgot what units the old Sleep took.
Rename util.h Sleep --> MilliSleep 1b43bf0d3ae7Unpublished Tags None Subscribers None
Description
Details
|