These lines were identified (https://github.com/tokio-rs/tokio/issues/5479) as having high probability of producing deadlocks (as in https://github.com/tokio-rs/tokio/issues/5429): - [ ] task/atomic_waker.rs - 204 - [ ] broadcast.rs - 915 - [ ] notify.rs - 771 - 835 - 874 - [ ] oneshot.rs - 427 I think we need to create some kind of tests to verify whether they actually can cause deadlocks.