Types of asynchronous I/O tasks.
Defined in <SDL3/SDL_asyncio.h>
typedef enum SDL_AsyncIOTaskType
{/**< A read operation. */
SDL_ASYNCIO_TASK_READ, /**< A write operation. */
SDL_ASYNCIO_TASK_WRITE, /**< A close operation. */
SDL_ASYNCIO_TASK_CLOSE } SDL_AsyncIOTaskType;
This enum is available since SDL 3.0.0.