BoundedQueue

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

Attributes

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

Members list

Value members

Concrete methods

def array[F[_], A](bound: Int)(implicit F: AsyncReactive[F]): Axn[BoundedQueue[F, A]]

Attributes

Source
BoundedQueue.scala
def linked[F[_], A](bound: Int)(implicit F: AsyncReactive[F]): Axn[BoundedQueue[F, A]]

Attributes

Source
BoundedQueue.scala