Skip to content

Commit 2f17443

Browse files
sosthene-nitrokeysgued
authored andcommitted
De-monomorphize spsc consumer, producer and iterators
This needs a workaround for the `const` use case however
1 parent 331aac8 commit 2f17443

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
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
- Made `LenType` opt-in.
1919
- Minor fixes to `pool::boxed` docs.
2020
- Add missing `Debug` derive to `vec::IntoIter`.
21+
- Removed generic from `spsc::Consumer`, `spsc::Producer` and `spsc::Iter`.
2122

2223
### Fixed
2324

0 commit comments

Comments
 (0)