smol-rs / async-broadcast

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

Add RecvError::Overflowed for detecting missing messages #20

Closed danieldg closed 2 years ago

danieldg commented 2 years ago

Note: this is an API break.

zeenix commented 2 years ago

Note: this is an API break.

Indeed. Please bump the version to 0.4.0 in the PR itself so we don't end up breaking the API in the same release?