about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/stream.rs
AgeCommit message (Collapse)AuthorLines
2022-11-09implement `sync::mpsc` as a wrapper around `sync::mpmc`Ibraheem Ahmed-457/+0
2022-10-25more dupe typos againRageking8-1/+1
2022-04-08Remove ptr-int transmute in std::sync::mpscBen Kimock-15/+16
Since https://github.com/rust-lang/rust/pull/95340 landed, Miri with -Zmiri-check-number-validity produces an error on the test suites of some crates which implement concurrency tools, because it seems like such crates tend to use std::sync::mpsc in their tests. This fixes the problem by storing pointer bytes in a pointer.
2021-07-29Fix may not to appropriate might not or must notAli Malik-2/+2
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-3/+6
2020-07-27mv std libs to library/mark-0/+453