tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.14k stars 111 forks source link

Missing types from `std` that we should probably support #117

Open jonhoo opened 4 years ago

jonhoo commented 4 years ago

Currently unstable:

jonhoo commented 4 years ago

Having the above would make https://github.com/crossbeam-rs/crossbeam/pull/487 a little nicer.

taiki-e commented 3 years ago
  • [ ] std::sync::atomic::AtomicI* integer types (the signed ones)

Seems AtomicI* other than AtomicI128 was added in #189.

anko commented 6 months ago

I submitted https://github.com/tokio-rs/loom/issues/346 and https://github.com/tokio-rs/loom/issues/347 as separate issues. If they fit better here, feel free to add them to the list and close as duplicate.