Uses of Interface
club.doki7.sdl3.datatype.ISDL_AsyncIOOutcome
Packages that use ISDL_AsyncIOOutcome
-
Uses of ISDL_AsyncIOOutcome in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_AsyncIOOutcomeModifier and TypeMethodDescriptionboolean
SDL3.getAsyncIOResult
(@Nullable SDL_AsyncIOQueue queue, @Nullable ISDL_AsyncIOOutcome outcome) Query an async I/O task queue for completed tasks.boolean
SDL3.waitAsyncIOResult
(@Nullable SDL_AsyncIOQueue queue, @Nullable ISDL_AsyncIOOutcome outcome, int timeoutMS) Block until an async I/O task queue has a completed task. -
Uses of ISDL_AsyncIOOutcome in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_AsyncIOOutcomeModifier and TypeClassDescriptionfinal record
Information about a completed asynchronous I/O request.static final record
Represents a pointer to / an array of null structure(s) in native memory.