BufferedChannel

gears.async.BufferedChannel
See theBufferedChannel companion trait

Attributes

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

Members list

Value members

Concrete methods

def apply[T](size: Int = ...): BufferedChannel[T]

Create a new buffered channel with the given buffer size.

Create a new buffered channel with the given buffer size.

Attributes