Constant SDL_THREAD_DETACHED
pub const SDL_THREAD_DETACHED: SDL_ThreadState;
Available on crate feature
dep_sdl3
only.Expand description
The thread is detached and can’t be waited on
pub const SDL_THREAD_DETACHED: SDL_ThreadState;
dep_sdl3
only.The thread is detached and can’t be waited on