10 Commits (0e5b7486cb7f5fb4ffd50d210bac43c3f84c9dd2)

Author SHA1 Message Date
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 8 years ago
Matt Corallo 1f668b6468 Expose if CScheduler is being serviced, assert its not in EmptyQueue 8 years ago
Matt Corallo 3192975f1d Flush CValidationInterface callbacks prior to destruction 8 years ago
Matt Corallo 08096bbbc6 Support more than one CScheduler thread for serial clients 8 years ago
Matt Corallo 2fbf2dbe15 Add default arg to CScheduler to schedule() a callback now 8 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 8 years ago
Matt Corallo 73296f54d6 CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
Gavin Andresen f50105486f
More robust CScheduler unit test 10 years ago
Gavin Andresen 928b950e3b
CScheduler class for lightweight task scheduling 10 years ago