From 3079d4aa9bbbca02c36dcb7ff6a3f6d24bd21189 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 9 Nov 2018 19:59:29 -0800 Subject: man page updates for 1.1.0 --- man/v1.1.0/nng_aio_wait.3.html | 584 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 584 insertions(+) create mode 100644 man/v1.1.0/nng_aio_wait.3.html (limited to 'man/v1.1.0/nng_aio_wait.3.html') diff --git a/man/v1.1.0/nng_aio_wait.3.html b/man/v1.1.0/nng_aio_wait.3.html new file mode 100644 index 00000000..2b20aca3 --- /dev/null +++ b/man/v1.1.0/nng_aio_wait.3.html @@ -0,0 +1,584 @@ +--- +version: 1.1.0 +layout: refman +--- + + + + + + + +nng_aio_wait(3) + + + + + + + +
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+
+void nng_aio_wait(nng_aio *aio);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_aio_wait() function waits for an asynchronous I/O operation +to complete. +If the operation has not been started, or has already +completed, then it returns immediately.

+
+
+

If the a callback was set with aio when it was allocated, then this +function will not be called until the callback has completed.

+
+
+
+
+

RETURN VALUES

+
+
+

None.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+ +
+ + -- cgit v1.2.3-70-g09d2