| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| crossbeam-channel 0.5.14 source code.tar.gz | 2024-12-15 | 270.8 kB | |
| crossbeam-channel 0.5.14 source code.zip | 2024-12-15 | 360.5 kB | |
| README.md | 2024-12-15 | 261 Bytes | |
| Totals: 3 Items | 631.5 kB | 0 | |
- Fix stack overflow when sending large value to unbounded channel. (#1146, [#1147])
- Add
Select::new_biasedfunction. (#1150) - Remove inefficient spinning. (#1154)
- Suppress buggy
clippy::zero_repeat_side_effectslint in macro generated code. (#1123)