dongzong2017 2016-04-05 15:55
浏览 3
已采纳

通道作为参数,为什么不加星号?

When I pass a channel as a parameter to close it at the end of the function, I don't need to put * before it to refer to the channel in the main-function scope. But when I'm supposed to set a WaitGroup to done (wg.Done()) I have to so, why is that?

  • 写回答

2条回答 默认 最新

  • douershuang7356 2016-04-05 16:02
    关注

    That's because internally, the chan is somewhat a struct made of pointers. You don't need to send a pointer to it. On contrary, the sync.WaitGroup is a classical struct

    type WaitGroup struct {
        state1 [12]byte
        sema   uint32
    }
    

    for whose all methods are declared with a pointer receiver, so you need to pass a pointer to it around to use it in different scopes.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度