UnboundedQueue

dev.tauri.choam.async.UnboundedQueue
See theUnboundedQueue companion object
abstract class UnboundedQueue[F[_], A] extends Queue[A] with AsyncQueueSource[F, A]

Attributes

Companion:
object
Graph
Supertypes
trait AsyncQueueSource[F, A]
trait Queue[A]
trait QueueSink[A]
trait QueueSource[A]
class Object
trait Matchable
class Any
Known subtypes
class WithSize[F, A]
class OverflowQueue[F, A]

Members list

Concise view

Value members

Inherited methods

def deque[AA >: A]: F[AA]

Attributes

Inherited from:
AsyncQueueSource
def enqueue: Rxn[A, Unit]

Attributes

Inherited from:
UnboundedQueueSink

Attributes

Inherited from:
QueueSource

Attributes

Inherited from:
QueueSink