unbounded


Description:

public static Channel<G> unbounded<G> ()

Creates an unbounded channel that has no capacity limit. It can hold any number of data.

Returns:

an unbounded channel