smol-rs / async-broadcast

Async broadcast channels
Apache License 2.0
160 stars 26 forks source link

Add channel API to InactiveReceiver #12

Closed zeenix closed 3 years ago

zeenix commented 3 years ago

Bring all the channel-related API from Sender and Receiver to InactiveReceiver as well.

Fixes #11.