From a7a0105d8c538ce9d0ac26ba73409107d55d3c8c Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:00:13 +0800 Subject: deprecate `std/threadpool`; use `malebolgia`, `weave`, `nim-taskpool` instead (#22576) * deprecate `std/threadpool`; use `malebolgia` instead * Apply suggestions from code review * Apply suggestions from code review * change the URL of inim --- lib/pure/concurrency/threadpool.nim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/pure/concurrency') diff --git a/lib/pure/concurrency/threadpool.nim b/lib/pure/concurrency/threadpool.nim index 136850b4f..e34162fa4 100644 --- a/lib/pure/concurrency/threadpool.nim +++ b/lib/pure/concurrency/threadpool.nim @@ -7,6 +7,8 @@ # distribution, for details about the copyright. # +{.deprecated: "use the nimble packages `malebolgia`, `taskpools` or `weave` instead".} + ## Implements Nim's `parallel & spawn statements `_. ## ## Unstable API. -- cgit 1.4.1-2-gfad0