aboutsummaryrefslogtreecommitdiff
path: root/src/scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* trivial: correct parameter name in commentsandrewtoth2019-02-101-3/+3
* scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-1/+1
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-3/+3
* Fix typos reported by codespellpracticalswift2018-09-041-1/+1
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | [trivial,doc] Fix memory consistency model in commentJesse Cohen2018-08-011-1/+1
* | Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...MarcoFalke2018-07-311-3/+14
|\ \ | |/ |/|
| * Update documentation for SingleThreadedSchedulerClient() to specify the memor...Jesse Cohen2018-07-301-3/+14
* | scheduler: Add Clang thread safety annotations for variables guarded by m_cs_...practicalswift2018-04-301-2/+2
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Add an interface to get the queue depth out of CValidationInterfaceMatt Corallo2017-12-261-0/+2
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* Expose if CScheduler is being serviced, assert its not in EmptyQueueMatt Corallo2017-07-101-0/+4
* Flush CValidationInterface callbacks prior to destructionMatt Corallo2017-07-071-0/+3
* Support more than one CScheduler thread for serial clientsMatt Corallo2017-07-071-0/+24
* Add default arg to CScheduler to schedule() a callback nowMatt Corallo2017-07-071-1/+1
* Replace boost::function with std::function (C++11)practicalswift2017-05-131-2/+2
* CScheduler boost->std::function, use millisecs for times, not secsMatt Corallo2017-03-061-5/+4
* More robust CScheduler unit testGavin Andresen2015-05-161-1/+14
* CScheduler class for lightweight task schedulingGavin Andresen2015-05-141-0/+70