SDL_AsyncIO - The asynchronous I/O operation structure.
Contents
Availability
This struct is available since SDL 3.2.0.
Description
This operates as an opaque handle. One can then request read or write operations on it.
Name
SDL_AsyncIO - The asynchronous I/O operation structure.
See Also
SDL_AsyncIOFromFile(3) Simple Directmedia Layer SDL 3.2.20 SDL_AsyncIO(3type)
Synopsis
#include<SDL3/SDL_asyncio.h>typedefstructSDL_AsyncIOSDL_AsyncIO;
