Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_AsyncIOTaskType - Types of asynchronous I/O tasks.

Availability

       This enum is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                         SDL_AsyncIOTaskType(3type)

Name

       SDL_AsyncIOTaskType - Types of asynchronous I/O tasks.

Synopsis

#include<SDL3/SDL_asyncio.h>typedefenumSDL_AsyncIOTaskType{SDL_ASYNCIO_TASK_READ,/**<Areadoperation.*/SDL_ASYNCIO_TASK_WRITE,/**<Awriteoperation.*/SDL_ASYNCIO_TASK_CLOSE/**<Acloseoperation.*/}SDL_AsyncIOTaskType;

See Also