Crossbeam Versions Save

Tools for concurrent programming in Rust

crossbeam-utils-0.8.16

11 months ago
  • Improve implementation of CachePadded. (#967)

crossbeam-channel-0.5.8

1 year ago
  • Fix race condition in unbounded channel. (#972)

crossbeam-channel-0.5.7

1 year ago
  • Improve handling of very large timeout. (#953)

crossbeam-deque-0.8.3

1 year ago
  • Add Stealer::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)
  • Add Injector::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)

crossbeam-epoch-0.9.14

1 year ago
  • Update memoffset to 0.8. (#955)

crossbeam-utils-0.8.15

1 year ago
  • Add #[clippy::has_significant_drop] to ShardedLock{Read,Write}Guard. (#958)
  • Improve handling of very large timeout. (#953)
  • Soft-deprecate thread::scope() in favor of the more efficient std::thread::scope that stabilized on Rust 1.63. (#954)

crossbeam-skiplist-0.1.1

1 year ago
  • Fix get_unchecked panic by raw pointer calculation. (#940)

crossbeam-skiplist-0.1.0

1 year ago
  • Initial implementation.

crossbeam-epoch-0.9.13

1 year ago
  • Fix build script bug introduced in 0.9.12. (#932)

crossbeam-queue-0.3.8

1 year ago
  • Fix build script bug introduced in 0.3.7. (#932)