Legend
| Method: T Read()
Declarationpublic T Read() SummaryReads an element from the channel. If no element is waiting to be read, blocks until an element is received or the channel is closed.ReturnsThe element read from the channel.Exceptions
RemarksIf multiple threads call this method to wait for elements, each element is received by only one thread. |