OverflowQueue

dev.tauri.choam.async.OverflowQueue$
See theOverflowQueue companion class
object OverflowQueue

Attributes

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

Members list

Value members

Concrete methods

def droppingQueue[F[_], A](capacity: Int)(implicit F: AsyncReactive[F]): Axn[OverflowQueue[F, A]]

Attributes

Source
OverflowQueue.scala
def ringBuffer[F[_], A](capacity: Int)(implicit F: AsyncReactive[F]): Axn[OverflowQueue[F, A]]

Attributes

Source
OverflowQueue.scala