Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 28e61f846a - Show all commits

View File

@ -108,8 +108,8 @@ pub const EventLoop = opaque {
{
var status = @as(c_int, 0);
// SDL2 defines waiting on a null thread reference as a no-op.
// https://wiki.libsdl.org/SDL_WaitThread
// SDL2 defines waiting on a null thread reference as a no-op. See
// https://wiki.libsdl.org/SDL_WaitThread for more information
ext.SDL_WaitThread(implementation.file_system_thread, &status);
if (status != 0) {