From b163d078fcb3e40ad3f047f42326e9267bc4da50 Mon Sep 17 00:00:00 2001 From: gdamore Date: Mon, 13 Jan 2025 00:34:40 +0000 Subject: deploy: 1b1f4609c6dad724b88dfb069b2260341e582906 --- ref/api/aio.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ref/api/aio.html') diff --git a/ref/api/aio.html b/ref/api/aio.html index 371ed269..1ce6258e 100644 --- a/ref/api/aio.html +++ b/ref/api/aio.html @@ -295,7 +295,7 @@ is safe to call from aio’s own callback.

Use nng_aio_reap instead if an object must be destroyed from a callback.

Cancellation

-
void nng_aio_abort(nng_aio *aio, int err);
+
void nng_aio_abort(nng_aio *aio, nng_err err);
 void nng_aio_cancel(nng_aio *aio);
 void nng_aio_stop(nng_aio *aio);
 
@@ -373,7 +373,7 @@ This is the same test used internally by Result of Operation -
int nng_aio_result(nng_aio *aio);
+
nng_err nng_aio_result(nng_aio *aio);
 size_t nng_aio_count(nng_aio *aio);
 

The nng_aio_result function returns the result of the operation associated -- cgit v1.2.3-70-g09d2