Skip to content

Commit f28d7f7

Browse files
committed
readme update
1 parent 62d9b13 commit f28d7f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ loostly based on [Toggl's Android implementation](https://github.com/toggl/kompo
1010

1111
## © Differences from Toggl's komposable-architecture
1212
* Kotlin Multiplatform support for use in KMM projects
13-
* The `Effect` interface is based on `Flows` instead of suspending functions
14-
* Removal of `Subscriptions` and supporting long running running and cancellation
15-
* Addition of `ScopedActions` for providing scopes for limiting the scope of long running effects
13+
* The `Effect` interface is based on `Flows` instead of suspending functions allowing for long running Effects
14+
* Addition of explicit cancellation of Effects
15+
* Addition of `ScopedActions` for providing scopes for long running effects (for example ViewModelScopes in Android)
16+
* Removal of `Subscriptions`
1617
* An improved `MutableStateFlowStore` send function with support for buffering and batching actions.
1718
* Minor name changes to more closely match the original Swift implementation
1819

0 commit comments

Comments
 (0)