3.0.0 beta.1 API preview #53
Unanswered
frostyplanet
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Full Changelog: v2.1.10...v3.0.0-beta.1
Because enum dispatch became a bottleneck when adding more channel flavors, I have refactored the API, which is incompatible to V2.x
https://docs.rs/crossfire/3.0.0-beta.1/crossfire/
Migration steps:
https://docs.rs/crossfire/3.0.0-beta.1/crossfire/compat/index.html
Changed
Change interface to V3 generic flavor API
Optimize for SPSC
Added
Add One flavor for bounded size 1 case.
Add Null flavor for cancellation purpose channel.
Add Select API (currently only blocking context, only for receiver, does not support sending)
Add Multiplex API (currently only blocking context)
This discussion was created from the release 3.0.0 beta.1 API preview.
Beta Was this translation helpful? Give feedback.
All reactions