-
Notifications
You must be signed in to change notification settings - Fork 23
About composing and flattening flows
Devrath edited this page Jan 19, 2024
·
2 revisions
- The emitters may be emitting more quickly than the collectors can collect.
- In Such a situation we can use buffering to alleviate some of it.
- Say suppose the emitter can emit quickly then the collector can collect it we can make it in such a way that the collector gets the latest value.
- We can
zip
together and combine the flows
- When there is a flow of flows, Say a flow has nested flows, We can get the innermost flow.