From: David Wells Date: Tue, 11 May 2021 20:39:38 +0000 (-0400) Subject: Improve a suggested replacement. X-Git-Tag: v9.3.0-rc1~92^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12184%2Fhead;p=dealii.git Improve a suggested replacement. What we have is basically std::thread so we should recommend that as the replacement. --- diff --git a/include/deal.II/base/thread_management.h b/include/deal.II/base/thread_management.h index f6a73197ae..64f2722c83 100644 --- a/include/deal.II/base/thread_management.h +++ b/include/deal.II/base/thread_management.h @@ -570,7 +570,7 @@ namespace Threads * * @ingroup threads * - * @deprecated Use Task instead. + * @deprecated Use std::thread or std::jthread instead. * * @note Since this class is used in ThreadGroup, its constructors, rather * than the class itself, are deprecated to allow compilation with