refactor(bloc_concurrency): `exhaustMap` from stream_transform
Open
dependency
pkg:bloc_concurrency
refactor
- Dominant language
- Dart
- Stars
- 12.5k
- Forks
- 3.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, folks!
I've opened an [issue](https://github.com/dart-lang/tools/issues/1780) in the stream_transform package about adding the `exhaustMap` Stream extension.
The `droppable` concurrency mode currently uses a custom implementation of this transformer, and since my issue in the stream_transform packages seems to be taken into work, when it is implemented, I think the `droppable` mode should be refactored to use not the homebrewed version, but the version from the stream_transform.
Contributor guide
Assessment
This issue has not been assessed yet.