mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 00:58:53 +00:00
1da1d57c11
I'm trying to debug a suspected deadlock in the CI for https://github.com/emilk/egui/pull/7467 Since we use our own mutex wrappers, we can just panic if the lock is too slow. Ugly and effective :)