smol-rs / async-channel

Async multi-producer multi-consumer channel
Apache License 2.0
726 stars 38 forks source link

Add force_send method to bounded channel #75

Closed Millione closed 7 months ago

Millione commented 7 months ago

Contrary to the try_send method, the channel will discard the oldest value in the channel when it's full.

taiki-e commented 7 months ago

Duplicate of #44.