[][src]Module runng::asyncio::aio

Wrapper for nng_aio.

Structs

NngAio

Handle to nng_aio. See nng_aio.

Traits

Aio

Type which exposes an NngAio.

Type Definitions

AioArg

Type that is safe to pass as an argument to AioCallback.

AioArgPtr

AioArg as a raw pointer.

AioCallback

Type of function that is called when asynchronous I/O operation completes (or fails).