Skip to content

Commit e282e0a

Browse files
De-monomorphize spsc consumer, producer and iterators
This needs a workaround for the `const` use case however
1 parent fb6b0b1 commit e282e0a

File tree

3 files changed

+182
-91
lines changed

3 files changed

+182
-91
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- `bytes::BufMut` is now implemented on `VecInner`.
1313
- Removed generic from `history_buf::OldestOrdered`.
14+
- Removed generic from `spsc::Consumer`, `spsc::Producer` and `spsc::Iter`.
1415

1516
### Fixed
1617

0 commit comments

Comments
 (0)