OverflowQueue

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

Attributes

Companion
object
Source
OverflowQueue.scala
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

Attributes

Source
OverflowQueue.scala

Inherited methods

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

Attributes

Inherited from:
AsyncQueueSource
Source
AsyncQueue.scala
def enqueue: Rxn[A, Unit]

Attributes

Inherited from:
UnboundedQueueSink
Source
Queue.scala
def size: F[Int]

Attributes

Inherited from:
WithSize
Source
UnboundedQueue.scala
def toCats: Queue[F, A]

Attributes

Inherited from:
WithSize
Source
UnboundedQueue.scala
def tryDeque: Axn[Option[A]]

Attributes

Inherited from:
QueueSource
Source
Queue.scala

Attributes

Inherited from:
QueueSink
Source
Queue.scala