Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0-alpha4 source code.tar.gz | 2025-07-30 | 577.1 kB | |
2.0.0-alpha4 source code.zip | 2025-07-30 | 683.1 kB | |
README.md | 2025-07-30 | 234 Bytes | |
Totals: 3 Items | 1.3 MB | 1 |
- Added
shareIn
toFlowReduxStateMachineFactory
to create aFlowReduxStateMachine
that usesSharedFlow
instead ofStateFlow
. The main purpose is testing where it's useful to not have the value conflation ofStateFlow
.