tokio-rs / loom

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

Implement AsRef and Borrow for Arc #325

Closed notgull closed 1 year ago

notgull commented 1 year ago

These traits are necessary to use the Arc in places that expect AsRef and Borrow.