Queue

dev.tauri.choam.data.Queue
See theQueue companion object
trait Queue[A] extends QueueSourceSink[A] with UnboundedQueueSink[A]

Attributes

Companion:
object
Graph
Supertypes
trait QueueSink[A]
trait QueueSource[A]
class Object
trait Matchable
class Any
Known subtypes
class WithRemove[A]
trait WithSize[A]

Members list

Concise view

Value members

Inherited methods

def enqueue: Rxn[A, Unit]

Attributes

Inherited from:
UnboundedQueueSink

Attributes

Inherited from:
QueueSource

Attributes

Inherited from:
QueueSink