From 4186529ff7ae9afcdf56ceed41da43e806e537e1 Mon Sep 17 00:00:00 2001 From: noah edward hall Date: Fri, 19 May 2023 14:23:44 -0500 Subject: [PATCH] Update threadpool.nim with correct link to typedthreads module (#21865) --- lib/pure/concurrency/threadpool.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/concurrency/threadpool.nim b/lib/pure/concurrency/threadpool.nim index 0eb20dc9a7..136850b4f0 100644 --- a/lib/pure/concurrency/threadpool.nim +++ b/lib/pure/concurrency/threadpool.nim @@ -13,7 +13,7 @@ ## ## See also ## ======== -## * `threads module `_ for basic thread support +## * `threads module `_ for basic thread support ## * `locks module `_ for locks and condition variables ## * `asyncdispatch module `_ for asynchronous IO