smol-rs / async-channel

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

Bump to event-listener v3.0.0 #59

Closed notgull closed 9 months ago

notgull commented 1 year ago

Testing to make sure that event-listener v3.0.0 actually works before we release smol-rs/event-listener#58

notgull commented 11 months ago

Given https://github.com/smol-rs/smol/issues/258 I've also elected to make the futures !Unpin, as it lets us save a heap allocation. This is a breaking change.

notgull commented 10 months ago

Since event-listener v3 and event-listener-strategy v0.1.0 have now been released, this is now ready for review.