| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 | |
| 2022-11-12 | avoid calling `thread::current` in channel destructor | Ibraheem Ahmed | -13/+11 | |
| 2022-11-09 | tidy | Ibraheem Ahmed | -5/+4 | |
| 2022-11-09 | spin less in `mpsc::SyncSender::send` | Ibraheem Ahmed | -1/+1 | |
| 2022-11-09 | remove extra spinning from `mpsc` parker | Ibraheem Ahmed | -15/+0 | |
| 2022-11-09 | `sync::mpsc`: quadratic backoff | Ibraheem Ahmed | -2/+3 | |
| 2022-11-09 | `sync::mpsc`: reload state after spinning on CAS failure | Ibraheem Ahmed | -8/+8 | |
| 2022-11-09 | remove extra spinning from `mpsc::Receiver::recv` | Ibraheem Ahmed | -26/+6 | |
| 2022-11-09 | initial port of crossbeam-channel | Ibraheem Ahmed | -0/+2693 | |
