golang chan sender and receive queue sequence question
here is my code , why the answer is not sequence. GOMAXPROCS is 1 , and I’m confused why the first person to receive the message is the last Goroutine to join the queue !
here is my code , why the answer is not sequence. GOMAXPROCS is 1 , and I’m confused why the first person to receive the message is the last Goroutine to join the queue !