summary refs log tree commit diff stats
path: root/lib/pure/concurrency
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/concurrency')
-rw-r--r--lib/pure/concurrency/threadpool.nim2
1 files changed, 2 insertions, 0 deletions
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 <manual_experimental.html#parallel-amp-spawn>`_.
 ##
 ## Unstable API.
:30:25 +0200 website knows about new URLs' href='/ahoang/Nim/commit/readme.txt?h=devel&id=8c671d22d6a7c55e13e7c02eb4fd65bbabb52131'>8c671d22d ^
1c9b4e5d3 ^
a16e6bd22 ^


8c671d22d ^
da825a0fe ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18