arrow-fx-coroutines / arrow.fx.coroutines.stream.concurrent / Queue / unbounded
suspend fun <A> unbounded(): Queue<A>
suspend fun <A> unbounded():
Queue
<A>
Creates a FIFO queue with no size bound.
Do you like Arrow?