smol-rs / async-channel

Async multi-producer multi-consumer channel
Apache License 2.0
726 stars 38 forks source link

Release with concurrent-queue 2.0.0 support #52

Closed yodaldevoid closed 1 year ago

yodaldevoid commented 1 year ago

The bevy project is currently waiting for a release of this project supporting concurrent-queue 2.0.0 due to the release of async-executor 1.5.0 also supporting concurrent-queue 2.0.0.

taiki-e commented 1 year ago

@sbarral @notgull: Is #49 ready for release? Or does it need some follow-up work? (If the latter it may need to be reverted once for release.)

sbarral commented 1 year ago

Personally I would go ahead since, as stated in my comment on the PR (https://github.com/smol-rs/async-channel/pull/49#issuecomment-1294855317), the previous behavior was not truly fair either and the PR solves a real issue. That being said, I will accept whatever decision is taken.

taiki-e commented 1 year ago

Published v1.8.0.