Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion golang/gls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

全称为协程本地存储\(goroutine local storage\);

说通俗一点, 你可以直接是为为每个goroutine绑定了一个map;
说通俗一点, 你可以直接为每个goroutine绑定了一个map;

在该goroutine的存在时间中, 你可以调用GLS的接口, 向这个map中存入或读取数据;

Expand Down