Channel

fs2.concurrent.Channel$
See theChannel companion trait
object Channel

Attributes

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

Members list

Type members

Classlikes

object Closed

Attributes

Source
Channel.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Closed.type

Types

type Closed = Closed.type

Attributes

Source
Channel.scala

Value members

Concrete methods

def bounded[F[_], A](capacity: Int)(implicit F: Concurrent[F]): F[Channel[F, A]]

Attributes

Source
Channel.scala
def synchronous[F[_] : Concurrent, A]: F[Channel[F, A]]

Attributes

Source
Channel.scala
def unbounded[F[_] : Concurrent, A]: F[Channel[F, A]]

Attributes

Source
Channel.scala