From e605ded920a4636e93edbbea31d9625ca5428dfb Mon Sep 17 00:00:00 2001 From: gdamore Date: Wed, 15 Jan 2025 15:03:06 +0000 Subject: deploy: cd9901549239bbe424bc70a48b09f33064d906b6 --- ref/api/aio.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ref/api/aio.html') diff --git a/ref/api/aio.html b/ref/api/aio.html index 1ce6258e..897629df 100644 --- a/ref/api/aio.html +++ b/ref/api/aio.html @@ -255,7 +255,7 @@ operations that are already in progress as well setting a maximum

It is also possible to initiate an asynchronous operation, and wait for it to complete, creating a synchronous flow from an asynchronous one.

Create Handle

-
int nng_aio_alloc(nng_aio **aiop, void (*callb)(void *), void *arg);
+
nng_err nng_aio_alloc(nng_aio **aiop, void (*callb)(void *), void *arg);
 

The nng_aio_alloc function creates an nng_aio object, with the callback callb taking the argument arg, and returns it in aiop.

-- cgit v1.2.3-70-g09d2