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

(cherry picked from commit a7a0105d8c)
This commit is contained in:
ringabout
2023-08-29 21:00:13 +08:00
committed by narimiran
parent 6d32066055
commit 30dad5dfa1
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View File

@@ -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"