Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
On a busy or slow system, the CScheduler unit test could fail because it assumed all threads would be done after a couple of milliseconds. Replace the hard-coded sleep with CScheduler stop() method that will cleanly exit the servicing threads when all tasks are completely finished. | |||
2015-05-14 | CScheduler class for lightweight task scheduling | Gavin Andresen | |
Simple class to manage a task queue that is serviced by one or more threads. |