HomePhabricator

Rename util.h Sleep --> MilliSleep
1b43bf0d3ae7Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Rename util.h Sleep --> MilliSleep

Two reasons for this change:

  1. Need to always use boost::thread's sleep, even on Windows, so the

sleeps can be interrupted (prior code used Windows' built-in Sleep).

  1. I always forgot what units the old Sleep took.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Mar 7 2013, 19:25
deadalnixPushed on May 14 2017, 22:04
Parents
rABCc8c2fbe07f1a: Shutdown cleanup prep-work
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABC1b43bf0d3ae7: Rename util.h Sleep --> MilliSleep (authored by Gavin Andresen <gavinandresen@gmail.com>).Apr 3 2013, 18:04