T: !Send elements could inadvertently be transferred
across threads through a &boxcar::Vec<T>. This release adds a T: Send
requirement to Vec<T>: Sync, which is technically a breaking change, but
required for soundness.Vec could sometimes stop early and break
linearizability. Iter is now documented to be fused on creation and will not
continue to yield concurrently inserted elements.Please log in to add feedback.
This update has been submitted for testing by music.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.