summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/waker.rs
AgeCommit message (Collapse)AuthorLines
2023-08-11avoid tls access while iterating through mpsc thread entriesIbraheem Ahmed-20/+26
(cherry picked from commit fb31a1ac21833b205196128b7425f5c587cd883c)
2022-11-12avoid calling `thread::current` in channel destructorIbraheem Ahmed-9/+6
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+207