Age | Commit message (Expand) | Author |
---|---|---|
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-07-25 | Add const to methods that do not modify the object for which it is called | practicalswift |
2017-07-10 | Expose if CScheduler is being serviced, assert its not in EmptyQueue | Matt Corallo |
2017-07-07 | Flush CValidationInterface callbacks prior to destruction | Matt Corallo |
2017-07-07 | Support more than one CScheduler thread for serial clients | Matt Corallo |
2017-07-07 | Add default arg to CScheduler to schedule() a callback now | Matt Corallo |
2017-05-13 | Replace boost::function with std::function (C++11) | practicalswift |
2017-03-06 | CScheduler boost->std::function, use millisecs for times, not secs | Matt Corallo |
2015-05-16 | More robust CScheduler unit test | Gavin Andresen |
2015-05-14 | CScheduler class for lightweight task scheduling | Gavin Andresen |