HomePhabricator

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

Description

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

Reviewers: #bitcoin_abc, majcosta

Reviewed By: #bitcoin_abc, majcosta

Differential Revision: https://reviews.bitcoinabc.org/D9957

Details

Provenance
MarcoFalke <falke.marco@gmail.com>Authored on May 28 2020, 12:54
PiRKCommitted on Aug 27 2021, 07:32
PiRKPushed on Aug 27 2021, 07:32
Reviewer
Restricted Project
Differential Revision
D9957: doc: Switch boost::thread to std::thread in scheduler
Parents
rABCff7bc6bc5954: test: Remove unused scheduler.h include from the common setup
Branches
Unknown
Tags
Unknown