13 Commits (f5547ae451ba8bd47de8509b71843411602b4f01)

Author SHA1 Message Date
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Matt Corallo 5a933cefcc Add an interface to get the queue depth out of CValidationInterface 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
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 7 years ago
Matt Corallo 1f668b6468 Expose if CScheduler is being serviced, assert its not in EmptyQueue 7 years ago
Matt Corallo 3192975f1d Flush CValidationInterface callbacks prior to destruction 7 years ago
Matt Corallo 08096bbbc6 Support more than one CScheduler thread for serial clients 7 years ago
Matt Corallo 2fbf2dbe15 Add default arg to CScheduler to schedule() a callback now 7 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