[][src]Type Definition runng::asyncio::aio::AioCallback

type AioCallback = unsafe extern "C" fn(arg1: AioArgPtr);

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