Skip to content

crossbeam-epoch 0.9.19

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:52
Immutable release. Only release title and notes can be modified.
  • Fix null pointer dereference in fmt::Pointer impl for Atomic/Shared when it is a null pointer. (#1273)
  • Fix return value of Atomic::fetch_update. (#1197)
  • Improve compatibility with ThreadSanitizer. (#998)
  • Allow unsized types in Guard::defer_destroy. (#1201)
  • Use 64-bit integer for epoch representation on 32-bit platforms if AtomicU64 is available. (#1230)