loom

Concurrency permutation testing tool for Rust.

MIT License

Downloads
8.3M
Stars
1.9K
Committers
51

Bot releases are hidden (Show)

loom - Loom v0.5.2

Published by Darksonn about 3 years ago

0.5.2 (October 7, 2021)

Added

  • Add a loom::cell::Cell, which provides a basic wrapper of the loom UnsafeCell (#196)
  • Arc counter manipulations (#225)
  • Implement Mutex::into_inner and RwLock::into_inner (#215)
  • Implement Release, AcqRel, and SeqCst fences (#220)
  • Arc::as_ptr added (#230)
  • Arc::pin added (#224)

Changed

  • Remove implicit T: Sized requirement from UnsafeCell (#222)
  • Update tracing (#227)
loom -

Published by Darksonn over 3 years ago