PQueue

cats.effect.std.PQueue$
See thePQueue companion class
object PQueue

Attributes

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

Members list

Concise view

Value members

Concrete methods

def bounded[F[_], A](capacity: Int)(implicit F: Concurrent[F], O: Order[A]): F[PQueue[F, A]]

Attributes

Source:
PQueue.scala
def unbounded[F[_], A](implicit F: Concurrent[F], O: Order[A]): F[PQueue[F, A]]

Attributes

Source:
PQueue.scala

Implicits

Implicits

implicit def catsInvariantForPQueue[F[_] : Functor]: Invariant[[_] =>> PQueue[F, _$12]]

Attributes

Source:
PQueue.scala