为了账号安全,请及时绑定邮箱和手机立即绑定

如何在 goroutine 闭包中更改外部变量的值

如何在 goroutine 闭包中更改外部变量的值

Go
慕容3067478 2021-11-01 15:04:01
func (this *l) PostUpload(ctx *Context) {    //ctx.Response.Status = 500    l, err := models.NewL(this.Config)    go func() {        err = l.Save(file)         if err != nil {            ctx.Response.Status = 500            ctx.Response.Body = err        } else {            ctx.Response.Status = 204        }    }()}如何更改ctx.Response.Statusgoroutine 闭包内的值?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 153 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号