-
Notifications
You must be signed in to change notification settings - Fork 24
Using Mutable Shared Flow
Devrath edited this page Jan 21, 2024
·
3 revisions
- This flow is a type of
Shared flow
- It provides additional functions like
- Provides the abilities to emit a value.
- Here also can tryEmit without suspension if possible.
- It can track the subscriptionCount
- It can resetReplayCache.