tokio-rs / loom

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

Add From implementation to atomic types #210

Closed taiki-e closed 3 years ago

taiki-e commented 3 years ago

std atomic types provide them: https://doc.rust-lang.org/nightly/core/sync/atomic/struct.AtomicU8.html#impl-From%3Cu8%3E

Closes #194