OverflowQueue

dev.tauri.choam.async.OverflowQueue
See theOverflowQueue companion object
abstract class OverflowQueue[F[_], A] extends WithSize[F, A]

Attributes

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

Members list

Concise view

Value members

Abstract methods

Inherited methods

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

Attributes

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

Attributes

Inherited from:
UnboundedQueueSink
def size: F[Int]

Attributes

Inherited from:
WithSize
def toCats: Queue[F, A]

Attributes

Inherited from:
WithSize

Attributes

Inherited from:
QueueSource

Attributes

Inherited from:
QueueSink