about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/waker.rs
AgeCommit message (Expand)AuthorLines
2022-11-12avoid calling `thread::current` in channel destructorIbraheem Ahmed-9/+6
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+207