smol-rs / async-broadcast

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

A small optimization #3

Closed zeenix closed 3 years ago

zeenix commented 3 years ago

Make use of VecDeque::drain method.