Skip to content

Go/concurrent-control/ #1

@utterances-bot

Description

@utterances-bot

并发控制 | 静水流深

go语言在高并发场景下会用到几种关键性技术:处理协程优雅退出的context,检查并发数据争用的race工具,以及传统的同步原语——锁。 context在go程序中可能同时存在许多协程,这些协程被动态的创建和销毁。例如在http服务器中无时无刻不在发生新连接的

https://hunterthatguy.github.io/Go/concurrent-control/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions