tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.08k stars 110 forks source link

Add Atomic*::into_inner #327

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

This implements Atomic*::into_inner using unsync_load, which has the same synchronization properties (AFAIK).