Skip to content

crossbeam-channel 0.5.14

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 15:26
· 263 commits to master since this release
  • Fix stack overflow when sending large value to unbounded channel. (#1146, #1147)
  • Add Select::new_biased function. (#1150)
  • Remove inefficient spinning. (#1154)
  • Suppress buggy clippy::zero_repeat_side_effects lint in macro generated code. (#1123)