You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dc8be12 refactor: remove boost::thread_group usage (fanquake)
Pull request description:
Post bitcoin#18710, there isn't much left using `boost::thread_group`, so should just be able to replace it with the standard library. This also removes the last use of `boost::thread_interrupted`.
After this change, last piece of Boost Thread we'd be using is `boost::shared_mutex`. See the commentary [here](bitcoin#16684 (comment)) as to why it may be non-trivial to swap that for `std::shared_mutex` in the near future.
Closesbitcoin#17307
ACKs for top commit:
laanwj:
Code review re-ACK dc8be12
MarcoFalke:
review ACK dc8be12 🔁
jonatack:
Non-expert code review ACK dc8be12, also checked range-diff since last review and that local debug build is clean with gcc 10.2.1-6 on Debian
Tree-SHA512: 5510e2d760cce824234207dc86b1551ca8f21cbf3a2ce753c0254a0d03ffd83c94e449aec202fb7bd76e6fc64df783a6b70a736b0add9ece3734bb9c8ce8fc2f
0 commit comments