Channel

kyo.concurrent.channels$.Channel
trait Channel[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Blocking[T]
trait Unbounded[T]
Self type

Members list

Concise view

Value members

Abstract methods

def isEmpty: Boolean > IOs
def isFull: Boolean > IOs
def offer(v: T): Boolean > IOs
def poll: Option[T] > IOs
def size: Int > IOs