asyncio: Added async i/o APIs.

This commit is contained in:
Ryan C. Gordon
2024-08-27 21:57:27 -04:00
parent 7293c18314
commit e79ce2a200
22 changed files with 1883 additions and 2 deletions

View File

@@ -1189,6 +1189,17 @@ SDL3_0.0.0 {
SDL_GetCurrentDirectory;
SDL_IsAudioDevicePhysical;
SDL_IsAudioDevicePlayback;
SDL_AsyncIOFromFile;
SDL_GetAsyncIOSize;
SDL_ReadAsyncIO;
SDL_WriteAsyncIO;
SDL_CloseAsyncIO;
SDL_CreateAsyncIOQueue;
SDL_DestroyAsyncIOQueue;
SDL_GetAsyncIOResult;
SDL_WaitAsyncIOResult;
SDL_SignalAsyncIOQueue;
SDL_LoadFileAsync;
# extra symbols go here (don't modify this line)
local: *;
};