Skip to content

Commit 62e2e07

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

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
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- Removed generic from `history_buf::OldestOrdered`.
1414
- Made `LenType` opt-in.
1515
- Minor fixes to `pool::boxed` docs.
16+
- Removed generic from `spsc::Consumer`, `spsc::Producer` and `spsc::Iter`.
1617

1718
### Fixed
1819

0 commit comments

Comments
 (0)