Unbounded

kyo.concurrent.channels$.Channels$.Unbounded
trait Unbounded[T] extends Channel[T]

Attributes

Graph
Supertypes
trait Channel[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def offer(v: T): Boolean > IOs
def poll: Option[T] > IOs
def put(v: T): Unit > IOs

Inherited methods

def isEmpty: Boolean > IOs

Attributes

Inherited from:
Channel
def isFull: Boolean > IOs

Attributes

Inherited from:
Channel
def size: Int > IOs

Attributes

Inherited from:
Channel