blob: cf5acce74e0fb4006501b0008e2c96bed615f395 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Asynchronous I/O for Providers
This section documents functions used when implementing I/O providers.
I/O providers actually perform the operations that are linked to
an [`nng_aio`](nng_aio.md) object.
Most applications will not use the functions listed here.
Applications the implement their own HTTP handler functions, or
custom transport providers, might make use of these functions.
|