BoundedQueue

dev.tauri.choam.async.BoundedQueue
See theBoundedQueue companion trait
object BoundedQueue

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Source
BoundedQueue.scala
final def linked[A](bound: Int): Axn[BoundedQueue[A]]

Attributes

Source
BoundedQueue.scala