Queue

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

Attributes

Companion
object
Source
Queue.scala
Graph
Supertypes
trait QueueSourceSink[A]
trait QueueSink[A]
trait QueueSource[A]
class Object
trait Matchable
class Any
Show all
Known subtypes
class UnboundedQueue[F, A]
class WithSize[F, A]
class OverflowQueue[F, A]
class WithRemove[A]
trait WithSize[A]

Members list

Value members

Inherited methods

def enqueue: Rxn[A, Unit]

Attributes

Inherited from:
UnboundedQueueSink
Source
Queue.scala
def tryDeque: Axn[Option[A]]

Attributes

Inherited from:
QueueSource
Source
Queue.scala

Attributes

Inherited from:
QueueSink
Source
Queue.scala