arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / resource
fun <O> resource(r: Resource<O>): Stream<O>
fun <O> resource(r:
Resource
<O>):
Stream
<O>
Converts the supplied resource in to a singleton stream. Gives the same guarantees as using bracketCase.
Do you like Arrow?