Kotlin Flows: Exception transparency
Introduction A flow is a stream of data that can be computed asynchronously. It’s useful when we need to emit multiple values sequentially. For example, when fetching data from the server, we can emit different results (Loading, Success, Error…) depe...
Nov 12, 20236 min read364
