InPartiallyApplied
class AnyVal
trait Matchable
class Any
Value members
Methods
def circularBuffer[F <: ([_$66] =>> Any), A](maxSize: Int)(F: Concurrent[F]): G[InspectableQueue[F, A]]
Creates a queue which stores the last
maxSize enqueued elements and which never blocks on enqueue.