summaryrefslogtreecommitdiff
path: root/ref/api/aio.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-06-02 14:29:41 +0000
committergdamore <gdamore@users.noreply.github.com>2025-06-02 14:29:41 +0000
commite4d202a4eb2bb32127029b6db15e7b90f20ac1a3 (patch)
treee1f599f087989bf00110027f8471c3e119b017a8 /ref/api/aio.html
parentbb2280b5b43617f866afe035c0d02cd77f2a0262 (diff)
downloadnng-e4d202a4eb2bb32127029b6db15e7b90f20ac1a3.tar.gz
nng-e4d202a4eb2bb32127029b6db15e7b90f20ac1a3.tar.bz2
nng-e4d202a4eb2bb32127029b6db15e7b90f20ac1a3.zip
deploy: 4e1ffdca6d97c1bddc460835c94b16bc64284861
Diffstat (limited to 'ref/api/aio.html')
-rw-r--r--ref/api/aio.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/ref/api/aio.html b/ref/api/aio.html
index 6af540db..fb6efffa 100644
--- a/ref/api/aio.html
+++ b/ref/api/aio.html
@@ -42,6 +42,17 @@
<script src="../toc.js"></script>
</head>
<body>
+ <div id="mdbook-help-container">
+ <div id="mdbook-help-popup">
+ <h2 class="mdbook-help-title">Keyboard shortcuts</h2>
+ <div>
+ <p>Press <kbd>←</kbd> or <kbd>→</kbd> to navigate between chapters</p>
+ <p>Press <kbd>S</kbd> or <kbd>/</kbd> to search in the book</p>
+ <p>Press <kbd>?</kbd> to show this help</p>
+ <p>Press <kbd>Esc</kbd> to hide this help</p>
+ </div>
+ </div>
+ </div>
<div id="body-container">
<!-- Work around some values being stored in localStorage wrapped in quotes -->
<script>
@@ -119,7 +130,7 @@
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
</ul>
- <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
+ <button id="search-toggle" class="icon-button" type="button" title="Search (`/`)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="/ s" aria-controls="searchbar">
<i class="fa fa-search"></i>
</button>
</div>
@@ -402,7 +413,7 @@ void nng_aio_set_msg(nng_aio *aio, nng_msg *msg);
<p>The <a name="a018"></a><code>nng_aio_get_msg</code> and <a name="a019"></a><code>nng_aio_set_msg</code> functions retrieve and store a <a href="/api/msg.html">message</a>
in <em>aio</em>.
For example, if a function to receive data is called, that function can generally be expected
-to store a message on the asssociated <em>aio</em>, for the application to retrieve with
+to store a message on the associated <em>aio</em>, for the application to retrieve with
<code>nng_aio_get_msg</code>.
Conversely an application desiring to send a message <em>msg</em> will store it in the <em>aio</em> using
<code>nng_aio_set_msg</code>. The function implementing the send operation will retrieve the message