赞
踩
参考:https://lailin.xyz/post/go-training-week3-context.html
上下文
type Context interface {
Deadline() (deadline time.Time, ok bool)
Done() <-chan struct{}
Err() error
Value(key interface{}) interface{}
}
协程关闭原因
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。