Skip to content

Commit 53bb179

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

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
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111

1212
- `bytes::BufMut` is now implemented on `VecInner`.
13+
- Removed generic from `spsc::Consumer`, `spsc::Producer` and `spsc::Iter`.
1314

1415
### Fixed
1516

0 commit comments

Comments
 (0)