Queue

object Queue
class Object
trait Matchable
class Any
Queue.type

Value members

Concrete methods

def bounded[A](requestedCapacity: Int): UIO[Queue[A]]
See also:
def dropping[A](requestedCapacity: Int): UIO[Queue[A]]
See also:
def sliding[A](requestedCapacity: Int): UIO[Queue[A]]
See also:
def unbounded[A]: UIO[Queue[A]]
See also: