OverflowQueue

dev.tauri.choam.async.OverflowQueue
See theOverflowQueue companion trait
object OverflowQueue

Attributes

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

Members list

Value members

Concrete methods

final def droppingQueue[A](capacity: Int): Axn[OverflowQueue[A]]

Attributes

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

Attributes

Source
OverflowQueue.scala