aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_aio_wait.3.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/nng_aio_wait.3.adoc b/docs/man/nng_aio_wait.3.adoc
index 18b735db..a1afb3e2 100644
--- a/docs/man/nng_aio_wait.3.adoc
+++ b/docs/man/nng_aio_wait.3.adoc
@@ -32,6 +32,10 @@ completed, then it returns immediately.
If a callback was set with _aio_ when it was allocated, then this
function will not be called until the callback has completed.
+IMPORTANT: This function should never be called from a function that itself
+is a callback of an xref:nng_aio.5.adoc[`aio`], either this one or any other.
+Doing so may result in a deadlock.
+
== RETURN VALUES
None.