smol-rs/async-channel

Add force_send method to bounded channel

Millione opened this issue · 1 comments

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

Duplicate of #44.