Hung by a Thread
Summary
A PC-side blog post describing a deadlock in a Rust-based control loop caused by calling rerun (which uses Rayon) while holding a mutex. The author traces the issue, uses GDB to diagnose, and documents the fix (minimize the locked section) along with practical takeaways and a PR submission.