smol-rs / async-broadcast

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

Add Most of the Receiver methods to InactiveReceiver as well #11

Closed zeenix closed 3 years ago

zeenix commented 3 years ago

Except of recv and try_recv, it makes sense for InactiveReceiver to have the same methods as Receiver.