arrow-fx / arrow.fx / Queue / size
abstract fun size(): Kind<F, Int>
abstract fun size(): Kind<F,
Int
>
Immediately returns the current size of values in the Queue. Can be a negative number when there are takers but no values available.
Do you like Arrow?