A new task queue object or null if there was an error; call SDL_GetError for more information.
SDL_DestroyAsyncIOQueue SDL_GetAsyncIOResult SDL_WaitAsyncIOResult
Threadsafety: It is safe to call this function from any thread.
Available since SDL 3.2.0.
Create a task queue for tracking multiple I/O operations.
Async I/O operations are assigned to a queue when started. The queue can be checked for completed tasks thereafter.