SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_AsyncIOQueue

A queue of completed asynchronous I/O tasks.

Header File

Defined in <SDL3/SDL_asyncio.h>

Syntax

typedef struct SDL_AsyncIOQueue SDL_AsyncIOQueue;

Remarks

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.

Version

This struct is available since SDL 3.0.0.

See Also


CategoryAPI, CategoryAPIDatatype, CategoryAsyncIO


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.