UnboundedQueue

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

Attributes

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

Members list

Value members

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

Attributes

Inherited from:
QueueSource
Source
Queue.scala
def tryEnqueue: Rxn[A, Boolean]

Attributes

Inherited from:
QueueSink
Source
Queue.scala