How break works in infinite loop?

后端 未结 0 1426
悲&欢浪女
悲&欢浪女 2021-01-23 15:19

In the below code:

data.WaitForGoroutine.Add(1)
go func() {
    for {
        select {
        case msg := <-partitionConsumer.Messages():
            data.Dat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题