https://crates.io/crates/rtrb/0.4.0
Breaking Changes
- restore synchronization behavior of
is_abandoned()(by replacingArc)- dropping a
Producer/Consumeron one thread now synchronizes again with callingis_abandoned()on another thread, independent of Rust version
- dropping a
Bug-Fixes
- make
ReadChunk::commit()/commit_all()panic-safe (avoid UB caused by double-free)