From a7c7473256a3e10df40d766609098bc0efaf2447 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 11 May 2021 16:39:38 -0400 Subject: [PATCH] Improve a suggested replacement. What we have is basically std::thread so we should recommend that as the replacement. --- include/deal.II/base/thread_management.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5