receive


Description:

public T receive ()

Receives a value, blocking until one is available.

Returns null when the channel is closed and drained.

Returns:

received value or null.