SDL_AsyncIO

The asynchronous I/O operation structure.

Header File

Defined in <SDL3/SDL_asyncio.h>

Syntax

typedef struct SDL_AsyncIO SDL_AsyncIO;

Remarks

This operates as an opaque handle. One can then request read or write operations on it.

Version

This struct is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIDatatype, CategoryAsyncIO