about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/waker.rs
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
2025-02-21Use faster thread_local in current_thread_id()Kornel-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
2023-07-19avoid tls access while iterating through mpsc thread entriesIbraheem Ahmed-20/+26
2022-11-12avoid calling `thread::current` in channel destructorIbraheem Ahmed-9/+6
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+207