From 2f1e799d1225b18e960d426d35b6a83fa80db86f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 12 Mar 2018 15:13:47 -0700 Subject: fixes #281 desire nng_sleep_aio() --- docs/man/libnng.adoc | 1 + docs/man/nng_sleep_aio.adoc | 49 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 docs/man/nng_sleep_aio.adoc (limited to 'docs/man') diff --git a/docs/man/libnng.adoc b/docs/man/libnng.adoc index 8c18c8ff..68cbdcf4 100644 --- a/docs/man/libnng.adoc +++ b/docs/man/libnng.adoc @@ -157,6 +157,7 @@ The following functions are used in the asynchronous model: |<>|wait for asynchronous I/O operation |<>|receive message asynchronously |<>|send message asynchronously +|<>|sleep asynchronously |=== === Protocols diff --git a/docs/man/nng_sleep_aio.adoc b/docs/man/nng_sleep_aio.adoc new file mode 100644 index 00000000..dff00219 --- /dev/null +++ b/docs/man/nng_sleep_aio.adoc @@ -0,0 +1,49 @@ += nng_sleep_aio(3) +// +// Copyright 2018 Staysail Systems, Inc. +// Copyright 2018 Capitar IT Group BV +// +// This document is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// + +== NAME + +nng_sleep_aio - sleep asynchronously + +== SYNOPSIS + +[source, c] +----------- +#include + +void nng_sleep_aio(nng_duration msec, nng_aio *aio); +----------- + +== DESCRIPTION + +The `nng_sleep_aio()` function performs an asynchronous "`sleep``", +causing the callback for _aio_ to be executed after _msec_ milliseconds. +This is logically the equivalent of starting an asynchronous operation +that does nothing at all, but expires after _msec_ duration, _except_ that +the completion result will be zero rather `NNG_ETIMEDOUT`. + +NOTE: This overrides and replaces any timeout on the _aio_ set with +<>. + +== RETURN VALUES + +None. + +== ERRORS + +None. + +== SEE ALSO + +<>, +<>, +<>, +<> -- cgit v1.2.3-70-g09d2