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

如何在 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 关注
  • 137 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信