Notify uses SeqCst orderings, but acquire/release is enough · Issue #6266 · tokio-rs/tokio

I developed a static analysis tool to detect issues related to memory ordering, thread performance, and security. During my examination of several crates, I encountered alarms triggered by the foll...