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

SDL_AsyncIOQueue - A queue of completed asynchronous I/O tasks.

Availability

       This struct is available since SDL 3.2.0.

Description

       When starting an asynchronous operation, you specify a queue for the new task. A queue can be asked later
       if  any  tasks  in  it  have completed, allowing an app to manage multiple pending tasks in one place, in
       whatever order they complete.

Header File

       Defined in SDL3/SDL_asyncio.h

Name

       SDL_AsyncIOQueue - A queue of completed asynchronous I/O tasks.

See Also

(3),   SDL_CreateAsyncIOQueue(3),   (3),   SDL_ReadAsyncIO(3),   (3),    SDL_WriteAsyncIO(3),    (3),
       SDL_GetAsyncIOResult(3), (3), SDL_WaitAsyncIOResult(3)

Simple Directmedia Layer                           SDL 3.2.10                            SDL_AsyncIOQueue(3type)

Synopsis

#include"SDL3/SDL.h"typedefstructSDL_AsyncIOQueueSDL_AsyncIOQueue;

See Also