diff options
author | Elliot Waite <elliot@elliotwaite.com> | 2020-12-14 11:13:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 20:13:12 +0100 |
commit | f3d57761abc425f546985af407f178d71db20b78 (patch) | |
tree | 36925f3cf4bc1b94fa93c58c969f40be60d462fa /lib/pure/concurrency | |
parent | e843492b1334ded1d8fcd0e0eb6dc94fcf970aba (diff) | |
download | Nim-f3d57761abc425f546985af407f178d71db20b78.tar.gz |
Fix broken links in docs (#16336)
* Fix broken links in docs * Fix rand HSlice links
Diffstat (limited to 'lib/pure/concurrency')
-rw-r--r-- | lib/pure/concurrency/threadpool.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/concurrency/threadpool.nim b/lib/pure/concurrency/threadpool.nim index f0269f526..34a65ead2 100644 --- a/lib/pure/concurrency/threadpool.nim +++ b/lib/pure/concurrency/threadpool.nim @@ -468,7 +468,7 @@ template spawnX*(call) = ## Spawns a new task if a CPU core is ready, otherwise executes the ## call in the calling thread. ## - ## Usually it is advised to use `spawn proc <#spawn,typed>`_ in order to + ## Usually it is advised to use `spawn proc <#spawn,sinktyped>`_ in order to ## not block the producer for an unknown amount of time. ## ## ``call`` has to be proc call ``p(...)`` where ``p`` is gcsafe and has a |