AsyncQueue

dev.tauri.choam.async.AsyncQueue
object AsyncQueue

Attributes

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

Members list

Value members

Concrete methods

final def bounded[A](bound: Int): Axn[BoundedQueue[A]]

Attributes

Source
AsyncQueue.scala
final def dropping[A](capacity: Int): Axn[OverflowQueue[A]]

Attributes

Source
AsyncQueue.scala
final def ringBuffer[A](capacity: Int): Axn[OverflowQueue[A]]

Attributes

Source
AsyncQueue.scala
final def synchronous[A]: Axn[BoundedQueue[A]]

Attributes

Source
AsyncQueue.scala
final def unbounded[A]: Axn[UnboundedQueue[A]]

Attributes

Source
AsyncQueue.scala
final def unboundedWithSize[A]: Axn[WithSize[A]]

Attributes

Source
AsyncQueue.scala