Update threadpool.nim with correct link to typedthreads module (#21865)

This commit is contained in:
noah edward hall
2023-05-19 14:23:44 -05:00
committed by GitHub
parent 21ff10b882
commit 4186529ff7

View File

@@ -13,7 +13,7 @@
##
## See also
## ========
## * `threads module <threads.html>`_ for basic thread support
## * `threads module <typedthreads.html>`_ for basic thread support
## * `locks module <locks.html>`_ for locks and condition variables
## * `asyncdispatch module <asyncdispatch.html>`_ for asynchronous IO