diff options
| author | Anthony Towns <[email protected]> | 2020-02-28 12:04:04 +1000 |
|---|---|---|
| committer | Anthony Towns <[email protected]> | 2020-03-06 23:14:08 +1000 |
| commit | d0ebd93270758ea97ea956b8821e17a2d001ea94 (patch) | |
| tree | c0d6a34f31e052a061580bcef319cfc5197b3ca7 /src/httpserver.cpp | |
| parent | sync.h: add REVERSE_LOCK (diff) | |
| download | discoin-d0ebd93270758ea97ea956b8821e17a2d001ea94.tar.xz discoin-d0ebd93270758ea97ea956b8821e17a2d001ea94.zip | |
scheduler: switch from boost to std
Changes from boost::chrono to std::chrono, boost::condition_var to
std::condition_var, boost::mutex to sync.h Mutex, and reverselock.h to
sync.h REVERSE_LOCK. Also adds threadsafety annotations to CScheduler
members.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions