BoundedQueue

cats.effect.std.unsafe.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

def apply[F[_] : Async, A](bound: Int): F[BoundedQueue[F, A]]

Attributes

Source
BoundedQueue.scala

Implicits

Implicits

implicit def catsInvariantForBoundedQueue[F[_] : Functor]: Invariant[[_] =>> Queue[F, _$4]]

Attributes

Source
BoundedQueue.scala