index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scheduler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
trivial: correct parameter name in comments
andrewtoth
2019-02-10
1
-3
/
+3
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-1
/
+1
*
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
1
-3
/
+3
*
Fix typos reported by codespell
practicalswift
2018-09-04
1
-1
/
+1
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
[trivial,doc] Fix memory consistency model in comment
Jesse Cohen
2018-08-01
1
-1
/
+1
*
|
Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...
MarcoFalke
2018-07-31
1
-3
/
+14
|
\
\
|
|
/
|
/
|
|
*
Update documentation for SingleThreadedSchedulerClient() to specify the memor...
Jesse Cohen
2018-07-30
1
-3
/
+14
*
|
scheduler: Add Clang thread safety annotations for variables guarded by m_cs_...
practicalswift
2018-04-30
1
-2
/
+2
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Add an interface to get the queue depth out of CValidationInterface
Matt Corallo
2017-12-26
1
-0
/
+2
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-1
/
+1
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
Expose if CScheduler is being serviced, assert its not in EmptyQueue
Matt Corallo
2017-07-10
1
-0
/
+4
*
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
1
-0
/
+3
*
Support more than one CScheduler thread for serial clients
Matt Corallo
2017-07-07
1
-0
/
+24
*
Add default arg to CScheduler to schedule() a callback now
Matt Corallo
2017-07-07
1
-1
/
+1
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-2
/
+2
*
CScheduler boost->std::function, use millisecs for times, not secs
Matt Corallo
2017-03-06
1
-5
/
+4
*
More robust CScheduler unit test
Gavin Andresen
2015-05-16
1
-1
/
+14
*
CScheduler class for lightweight task scheduling
Gavin Andresen
2015-05-14
1
-0
/
+70