Permalink
Please sign in to comment.
Browse files
Merge #10179: Give CValidationInterface Support for calling notificat…
…ions on the CScheduler Thread 1f668b6 Expose if CScheduler is being serviced, assert its not in EmptyQueue (Matt Corallo) 3192975 Flush CValidationInterface callbacks prior to destruction (Matt Corallo) 08096bb Support more than one CScheduler thread for serial clients (Matt Corallo) 2fbf2db Add default arg to CScheduler to schedule() a callback now (Matt Corallo) cda1429 Give CMainSignals a reference to the global scheduler (Matt Corallo) 3a19fed Make ValidationInterface signals-type-agnostic (Matt Corallo) ff6a834 Use TestingSetup to DRY qt rpcnestedtests (Matt Corallo) Tree-SHA512: fab91e34e30b080ed4d0a6d8c1214910e383c45440676e37be61d0bde6ae98d61e8903d22b846e95ba4e73a6ce788798350266feba246d8a2ab357e8523e4ac5
- Loading branch information...
Showing
with
274 additions
and 73 deletions.
- +16 −0 src/init.cpp
- +3 −19 src/qt/test/rpcnestedtests.cpp
- +66 −0 src/scheduler.cpp
- +32 −1 src/scheduler.h
- +8 −0 src/test/test_bitcoin.cpp
- +2 −0 src/test/test_bitcoin.h
- +104 −27 src/validationinterface.cpp
- +43 −26 src/validationinterface.h
16
src/init.cpp
Oops, something went wrong.
0 comments on commit
21ed30a