Page MenuHomePhabricator

doc: Switch boost::thread to std::thread in scheduler
ClosedPublic

Authored by PiRK on Aug 26 2021, 14:50.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABCcdc0cfb74c60: doc: Switch boost::thread to std::thread in scheduler
Summary

After core#18234 the scheduler itself no longer cares if the
serviceQueue is run in a std::thread or boost::thread. Change the
documentation to std::thread because we switched to C++11.

This is a backport of core#19090 [3/6]
https://github.com/bitcoin/bitcoin/pull/19090/commits/fab2950d703217ec34b27e677e4f33ebbf99ca08

Test Plan

Proofreading

Diff Detail

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