summaryrefslogtreecommitdiff
path: root/ref/api/thread.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2024-10-27 19:43:14 +0000
committergdamore <gdamore@users.noreply.github.com>2024-10-27 19:43:14 +0000
commit6096172cf3630dbc5366a85fe89fb361b4f40fae (patch)
tree270a8a6f0b7ff72fe3e6cbf9959ee28b284ae2b1 /ref/api/thread.html
parent45ac4fa56b6e5c31a28fd08eaad14a09bf3934f6 (diff)
downloadnng-6096172cf3630dbc5366a85fe89fb361b4f40fae.tar.gz
nng-6096172cf3630dbc5366a85fe89fb361b4f40fae.tar.bz2
nng-6096172cf3630dbc5366a85fe89fb361b4f40fae.zip
deploy: c699588c5e68880b8fd890711a4f7cca2b49a0bc
Diffstat (limited to 'ref/api/thread.html')
-rw-r--r--ref/api/thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/thread.html b/ref/api/thread.html
index 0f9e0ac7..e9724325 100644
--- a/ref/api/thread.html
+++ b/ref/api/thread.html
@@ -277,7 +277,7 @@ Blocking <em>NNG</em> library calls can however be made safely from <em>NNG</em>
<p>The system may impose limits on the number of threads that can be created.
Typically applications should not create more than a dozen of these.
If greater concurrency or scalability is needed, consider instead using
-an asynchronous model using <a href="/TODO.html"><code>nng_aio</code></a> structures.</p>
+an asynchronous model using <a href="/api/aio.html#asynchronous-io-handle"><code>nng_aio</code></a> structures.</p>
</div>
<h2 id="thread-structure"><a class="header" href="#thread-structure">Thread Structure</a></h2>
<pre><code class="language-c">typedef struct nng_thread nng_thread;