Create a task queue for tracking multiple I/O operations.
Defined in <SDL3/SDL_asyncio.h>
void); SDL_AsyncIOQueue * SDL_CreateAsyncIOQueue(
(SDL_AsyncIOQueue *) Returns a new task queue object or NULL if there was an error; call SDL_GetError() for more information.
Async I/O operations are assigned to a queue when started. The queue can be checked for completed tasks thereafter.
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.