diff options
Diffstat (limited to 'ref/migrate/nng1.html')
| -rw-r--r-- | ref/migrate/nng1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/migrate/nng1.html b/ref/migrate/nng1.html index 7c96bbe2..54fece2f 100644 --- a/ref/migrate/nng1.html +++ b/ref/migrate/nng1.html @@ -331,9 +331,9 @@ as any further operations on the object will fail immediately with <code>NNG_EST <h2 id="aio-provider-api-changes"><a class="header" href="#aio-provider-api-changes">AIO Provider API changes</a></h2> <p>The API used for providers for asynchronous I/O operations has changed slightly.</p> <ul> -<li>The <code>nng_aio_begin</code> function is removed. However a new <a href="../TODO.html"><code>nng_aio_reset</code></a> function should be called +<li>The <code>nng_aio_begin</code> function is removed. However a new <a href="../api/aio.html#starting-an-operation"><code>nng_aio_reset</code></a> function should be called instead, before performing any other operations on an <em>aio</em> object. (This simply clears certain fields.)</li> -<li>The <code>nng_aio_defer</code> function is replaced, with a very <a href="../TODO.html"><code>nng_aio_start</code></a> function. However, this function +<li>The <code>nng_aio_defer</code> function is replaced, with a very <a href="../api/aio.html#starting-an-operation"><code>nng_aio_start</code></a> function. However, this function has slightly different semantics. It will automatically call the callback if the operation cannot be scheduled.</li> <li>Be aware of the new <code>NNG_ESTOPPED</code> error code, for operations on a handle that is being torn down by |
