golang,协程 和 上下文

先了解一下上下文。

type Context interface {

Deadline() (deadline time.Time, ok bool)

Done() <-chan struct{}

Err() error

Value(key any) any
}

posted @ 2024-11-25 17:06  代号870  阅读(0)  评论(0编辑  收藏  举报