mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
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 :)