smol-rs / async-channel

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

Add a force send function #89

Closed notgull closed 5 months ago

notgull commented 5 months ago

Closes #44 by adding a "force_send" method. This method can replace an existing element in the list, in which case that element is returned. This can be used to make "limited capacity" channels.