UnboundedQueue

dev.tauri.choam.async.UnboundedQueue
See theUnboundedQueue companion trait

Attributes

Companion
trait
Source
UnboundedQueue.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait WithSize[A] extends UnboundedQueue[A]

Attributes

Source
UnboundedQueue.scala
Supertypes
trait UnboundedQueue[A]
trait BoundedQueueSink[A]
trait AsyncQueueSource[A]
trait Queue[A]
trait QueueSourceSink[A]
trait QueueSink[A]
trait QueueSource[A]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

final def apply[A]: Axn[UnboundedQueue[A]]

Attributes

Source
UnboundedQueue.scala
final def withSize[A]: Axn[WithSize[A]]

Attributes

Source
UnboundedQueue.scala