index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scheduler.h
Age
Commit message (
Expand
)
Author
2018-04-30
scheduler: Add Clang thread safety annotations for variables guarded by m_cs_...
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Add an interface to get the queue depth out of CValidationInterface
Matt Corallo
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
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