smol-rs / async-broadcast

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

Alternative API for #2 #10

Closed zeenix closed 3 years ago

zeenix commented 3 years ago

Instead of providing a constructor for open channels, let's make it possible to convert receivers into inactive ones (and back). If there are no active receivers, broadcasting to the channel works the same as it did for open channel.