Page MenuHomePhabricator

refactor: use std::shared_mutex & remove Boost Thread
ClosedPublic

Authored by PiRK on Jun 1 2023, 15:07.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC660b225f024a: refactor: use std::shared_mutex & remove Boost Thread
Summary

refactor: replace Boost shared_mutex with std shared_mutex in cuckoocache tests

refactor: replace Boost shared_mutex with std shared_mutex in sigcache

build: don't build or use Boost Thread

Co-authored-by: MarcoFalke falke.marco@gmail.com
Co-authored-by: sinetek pitwuu@gmail.com

This is a backport of core#21064
Depends on D13963

Test Plan

ninja check
gitian builds

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@bot gitian-linux gitian-win gitian-osx

PiRK published this revision for review.Jun 1 2023, 16:23
This revision is now accepted and ready to land.Jun 1 2023, 19:28