跳到主要内容

什么是go context

· 阅读需 1 分钟
ahKevinXy

context 包

context包 包含核心的API :

  • context.WithValue: 设置键值对,并且返回一个新的context实例
  • context.WithCancel
  • context.WithDeadline
  • context.WithTimeout
Loading Comments...