TQueue

object TQueue
Companion:
class
class Object
trait Matchable
class Any
TQueue.type

Value members

Concrete methods

def bounded[A](capacity: Int): USTM[TQueue[A]]

Constructs a new bounded queue with the specified capacity.

Constructs a new bounded queue with the specified capacity.

def unbounded[A]: USTM[TQueue[A]]

Constructs a new unbounded queue.

Constructs a new unbounded queue.