diff options
author | Tomohiro <gpuppur@gmail.com> | 2018-10-13 15:55:34 +0900 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-13 08:55:34 +0200 |
commit | eb4272ba1cbed567a35d8c2eb8eff4081794b190 (patch) | |
tree | 8820a48cb8545d71788fdaee4986c2030308be74 /lib | |
parent | 9cdd9be5a529675112b4c0e85a66061eaf0f53b7 (diff) | |
download | Nim-eb4272ba1cbed567a35d8c2eb8eff4081794b190.tar.gz |
manual: Fix links to Parallel & Spawn (#9342)
Diffstat (limited to 'lib')
-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 f3b13fac5..9c9425d9f 100644 --- a/lib/pure/concurrency/threadpool.nim +++ b/lib/pure/concurrency/threadpool.nim @@ -7,7 +7,7 @@ # distribution, for details about the copyright. # -## Implements Nim's 'spawn'. +## Implements Nim's `spawn <manual.html#parallel-amp-spawn>`_. when not compileOption("threads"): {.error: "Threadpool requires --threads:on option.".} |