RingBuffer

object RingBuffer
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](requestedCapacity: Int): MutableConcurrentQueue[A]
Note:

minimum supported capacity is 2

def nextPow2(n: Int): Int