1. Home
  2. Docs
  3. golang
  4. context

context

在 Go 语言中 context 包允许您传递一个 "context" 到您的程序。 Context 如超时或截止日期(deadline)或通道,来指示停止运行和返回。

相关资料

什么是context

Was this article helpful to you? Yes No

How can we help?