会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
高性能golang
Technologies come and technologies go, but insight is forever.
博客园
首页
联系
订阅
管理
2023年9月27日
golang Context应用举例
摘要:
Context本质 golang标准库里Context实际上是一个接口(即一种编程规范、 一种约定)。 type Context interface { Deadline() (deadline time.Time, ok bool) Done() <-chan struct{} Err() err
阅读全文
posted @ 2023-09-27 09:40 高性能golang
阅读(555)
评论(1)
推荐(1)
编辑
公告