as title
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCa5c12c9a2c57: [avalanche] delay executing avalanche event loop until IBD is done
cmake -DCMAKE_BUILD_TYPE=Debug; ninja all check check-functional build-configurations.py build-tsan
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Why not just check for IBD status in runEventLoop ? What benefit does all this complication achieves?
src/eventloop.cpp | ||
---|---|---|
31 ↗ | (On Diff #28077) | This is going to block the scheduler thread for 200ms, why would you ever wan to do that? |