diff options
-rw-r--r-- | lib/pure/concurrency/threadpool.nim | 2 | ||||
-rw-r--r-- | testament/important_packages.nim | 2 |
2 files changed, 3 insertions, 1 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. diff --git a/testament/important_packages.nim b/testament/important_packages.nim index f831311be..ff02c1783 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -80,7 +80,7 @@ pkg "gnuplot", "nim c gnuplot.nim" pkg "hts", "nim c -o:htss src/hts.nim" pkg "httpauth" pkg "illwill", "nimble examples" -pkg "inim" +pkg "inim", url = "https://github.com/nim-lang/INim" pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" pkg "jstin" |