smol-rs / async-channel

Async multi-producer multi-consumer channel
Apache License 2.0
769 stars 39 forks source link

Use the reexported event-listener from event-listener-strategy #91

Closed james7132 closed 4 months ago

james7132 commented 4 months ago

Avoid needing to keep both event-listener and event-listener-strategy in sync by just relying on the reexport from event-listener-strategy. Should be a non-breaking change, since all of these changes should be semver compatible.