arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / spawn
fun spawn(ctx: CoroutineContext = Dispatchers.Default): Stream<Fiber<Unit>>
fun spawn(ctx:
CoroutineContext
= Dispatchers.Default):
Stream
<
Fiber
Unit
>>
Starts this stream and cancels it as finalization of the returned stream.
Do you like Arrow?