Skip to content

Commit a7a0105

Browse files
authored
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
1 parent b6cea7b commit a7a0105

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/pure/concurrency/threadpool.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# distribution, for details about the copyright.
88
#
99

10+
{.deprecated: "use the nimble packages `malebolgia`, `taskpools` or `weave` instead".}
11+
1012
## Implements Nim's `parallel & spawn statements <manual_experimental.html#parallel-amp-spawn>`_.
1113
##
1214
## Unstable API.

testament/important_packages.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pkg "gnuplot", "nim c gnuplot.nim"
8080
pkg "hts", "nim c -o:htss src/hts.nim"
8181
pkg "httpauth"
8282
pkg "illwill", "nimble examples"
83-
pkg "inim"
83+
pkg "inim", url = "https://github.com/nim-lang/INim"
8484
pkg "itertools", "nim doc src/itertools.nim"
8585
pkg "iterutils"
8686
pkg "jstin"

0 commit comments

Comments
 (0)