<init>
LinkedListChannel()
Platform and version requirements: JVM
Channel with linked-list buffer of a unlimited capacity (limited only by available memory).
Sender to this channel never suspends and offer always returns true
.
This channel is created by Channel(Channel.UNLIMITED)
factory function invocation.
This implementation is fully lock-free.