Files
winit/Cargo.toml
John Nunley 9c9dde9d2e m: Use better strategy for main thread detection
We can get a list of the threads in the process, and determine which
thread came first. This thread will be the one who called the main
function. So use this instead of the current strategy if it's available.

Signed-off-by: John Nunley <dev@notgull.net>
2024-11-23 09:20:29 -08:00

9.3 KiB