From 68f3fd06531455aec4b2332bed1592795e69c3fa Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 5 Feb 2018 11:17:15 -0800 Subject: Document nng_aio_xxx asynchronous I/O API. --- docs/libnng.adoc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/libnng.adoc') diff --git a/docs/libnng.adoc b/docs/libnng.adoc index 9d2a1983..37bc01c8 100644 --- a/docs/libnng.adoc +++ b/docs/libnng.adoc @@ -117,22 +117,22 @@ The following functions are used in the asynchronous model: |=== |<>|abort asynchronous I/O operation -|<>|allocate asynchronous I/O context +|<>|allocate asynchronous I/O handle |<>|cancel asynchronous I/O operation -|<>|free asynchronous I/O context -|<>|get input parameter +|<>|return number of bytes transferred +|<>|free asynchronous I/O handle +|<>|return input parameter |<>|get message from an asynchronous receive -|<>|get output result -|<>|return result from asynchronous operation +|<>|return output result +|<>|return result of asynchronous operation |<>|set input parameter |<>|set scatter/gather vector |<>|set message for an asynchronous send -|<>|set output result -|<>|set timeout for an asynchronous send +|<>|set asynchronous I/O timeout |<>|stop asynchronous I/O operation -|<>|wait for an asynchronous I/O operation -|<>|receive a message asynchronously -|<>|send a message asynchronously +|<>|wait for asynchronous I/O operation +|<>|receive message asynchronously +|<>|send message asynchronously |=== === Protocols -- cgit v1.2.3-70-g09d2