InPartiallyApplied

final class InPartiallyApplied[G <: ([_$59] =>> Any)](val G: Sync[G]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Methods

def unbounded[F <: ([_$60] =>> Any), A](F: Concurrent[F]): G[InspectableQueue[F, A]]
Creates a queue with no size bound.
def bounded[F <: ([_$63] =>> Any), A](maxSize: Int)(F: Concurrent[F]): G[InspectableQueue[F, A]]
Creates a queue with the specified size bound.
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.

Fields

val G: Sync[G]