arrow-fx-coroutines / arrow.fx.coroutines.stream.concurrent / Queue / unsafeFairBounded
fun <A> unsafeFairBounded(maxSize: Int, fairSize: Int): Queue<A>
fun <A> unsafeFairBounded(maxSize:
Int
, fairSize:
):
Queue
<A>
Do you like Arrow?