a channel with two readers, and reader one reads the integer. Will reader two not be able to read that same data unless it's sent twice?
it may not be able to read it if it is sent twice too if the first reader is iteratively reading from the channel, but if it's not, the other read will, actually read it
Remember the Communication channel is sequential.
Обсуждают сегодня