Skip to content

Commit 3b0283f

Browse files
authored
Merge pull request #590 from sgued/spsc-demonomorphize
De-monomorphize spsc consumer and producer
2 parents 331aac8 + c1c0d19 commit 3b0283f

File tree

3 files changed

+135
-91
lines changed

3 files changed

+135
-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)