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 QueueSourceSink[A]
trait QueueSink[A]
trait QueueSource[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def capacity: Int

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
def tryDeque: Axn[Option[A]]

Attributes

Inherited from:
QueueSource

Attributes

Inherited from:
QueueSink