aboutsummaryrefslogtreecommitdiff
path: root/src/scheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for Boost 1.74John-Gee2021-02-021-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* test: Fix use-after-free in scheduler testsWladimir J. van der Laan2016-11-181-3/+4
* Notify other serviceQueue thread we are finished to prevent deadlocks.Pavel Janík2016-05-061-0/+1
* Replace boost::reverse_lock with our own.Casey Rodarmor2015-09-031-2/+3
* Make sure we re-acquire lock if a task throwsCasey Rodarmor2015-08-181-5/+7
* Fix scheduler build with some boost versions.Cory Fields2015-06-151-1/+3
* Fix intermittent hang issue in scheduler_testsWladimir J. van der Laan2015-05-211-2/+0
* More robust CScheduler unit testGavin Andresen2015-05-161-8/+38
* scheduler: fix with boost <= 1.50Cory Fields2015-05-141-5/+1
* CScheduler class for lightweight task schedulingGavin Andresen2015-05-141-0/+102