logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_AsyncIO - The asynchronous I/O operation structure.

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;

See Also