//arrow-fx-coroutines/arrow.fx.coroutines/asFlow
common fun <A> Resource<A>.asFlow(): <[A](as-flow.html)>
runs Resource.use and emits A of the resource
Do you like Arrow?