summaryrefslogtreecommitdiff
path: root/ref/api
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2024-12-27 02:38:31 +0000
committergdamore <gdamore@users.noreply.github.com>2024-12-27 02:38:31 +0000
commit131b0fb3578c1801094deb99cb302011db64b535 (patch)
treefdef7d5c0aa8a7eca54a40bb6584e300136c83dd /ref/api
parent786dd2a243f25182d3b7ee7ae95248b1181b3dff (diff)
downloadnng-131b0fb3578c1801094deb99cb302011db64b535.tar.gz
nng-131b0fb3578c1801094deb99cb302011db64b535.tar.bz2
nng-131b0fb3578c1801094deb99cb302011db64b535.zip
deploy: c64d0e5309d060cf3726b1a41e85c12b2bc8b39d
Diffstat (limited to 'ref/api')
-rw-r--r--ref/api/aio.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/aio.html b/ref/api/aio.html
index 944c376b..d514d152 100644
--- a/ref/api/aio.html
+++ b/ref/api/aio.html
@@ -313,7 +313,7 @@ then <a href="/api/aio.html#result-of-operation"><code>nng_aio_result</code></a>
<p>The <a name="a011"></a><code>nng_aio_stop</code> function aborts the <em>aio</em> operation with [<code>NNG_ESTOPPED</code>],
and then waits the operation and any associated callback to complete.
This function also marks <em>aio</em> itself permanently stopped, so that any
-new operations scheduled by I/O providers using <a href="/TODO.html"><code>nng_aio_begin</code></a>
+new operations scheduled by I/O providers using <a href="/TODO.html"><code>nng_aio_start</code></a>
return false. Thus this function should be used to teardown operations.</p>
<div class="mdbook-alerts mdbook-alerts-tip">
<p class="mdbook-alerts-title">