index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
threadpool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6141
Alexander Blair
2020-01-16
1
-1
/
+1
|
\
|
*
threadpool: use std::move when taking an element off the queue
moneromooo-monero
2019-11-15
1
-1
/
+1
*
|
core_tests: reset thread pool between tests
moneromooo-monero
2019-11-10
1
-7
/
+22
|
/
*
Update 2019 copyright
binaryFate
2019-03-05
1
-1
/
+1
*
Removed a lot of unnecessary includes
Martijn Otto
2018-11-15
1
-4
/
+0
*
Catch more exceptions in dtors
moneromooo-monero
2018-10-02
1
-0
/
+10
*
Merge pull request #4459
Riccardo Spagni
2018-09-29
1
-1
/
+2
*
threadpool: allow leaf functions to run concurrently
moneromooo-monero
2018-06-26
1
-11
/
+26
*
threadpool: allow constructing an object, and misc tweaks
moneromooo-monero
2018-05-20
1
-4
/
+4
*
threadpool: catch exceptions in dtor, to avoid terminate
moneromooo-monero
2018-02-02
1
-0
/
+18
*
Readd copyright starting date
xmr-eric
2018-01-26
1
-1
/
+1
*
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
threadpool: fix deadlock in recursive waiter usage
moneromooo-monero
2017-12-23
1
-1
/
+7
*
Use max_concurrency as-is
Howard Chu
2017-11-02
1
-2
/
+2
*
Tweak concurrency limits
Howard Chu
2017-09-15
1
-1
/
+5
*
Use a threadpool
Howard Chu
2017-09-14
1
-0
/
+113