Channel

turbolift.io.Channel
See theChannel companion trait
object Channel

Attributes

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

Members list

Type members

Classlikes

sealed trait Base

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Get[A]
trait Channel[A]
trait Put[A]
sealed trait Get[A] extends Base

Attributes

Supertypes
trait Base
class Object
trait Matchable
class Any
Known subtypes
trait Channel[A]
sealed trait Put[A] extends Base

Attributes

Supertypes
trait Base
class Object
trait Matchable
class Any
Known subtypes
trait Channel[A]
final case class Status(size: Int, capacity: Int, isBlocking: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Untyped = Channel[Any]

Value members

Concrete methods

def bounded[A](capacity: Int): Computation[Channel[A], IO]
def unsafeCreate[A](capacity: Int): Channel[A]