Chapter 14 : UseCase11 - zip()
In this chapter we are learning how to combine two flows pair-by-pair.
zip() waits for:
One value from Flow A
One value from Flow B
Then combine them. They move in sync.
If one is slower, then it
kotlinflow.hashnode.dev3 min read