Chapter 9 : UseCase06 - flowOn and Threading Boundaries
So far in all the five use cases discussed, all our flows executed on the same thread.
But real applications perform:
File reading
Network calls
Database operations
These must not block the main
kotlinflow.hashnode.dev6 min read