package
Version:
v0.0.0-...-379d7ff
Opens a new window with list of versions in this module.
Published: Jan 26, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Group 是 singleflight 的主数据结构,管理不同 key 的请求(call)
Do:执行并返回给定函数的结果,确保一次仅对给定键进行一次执行。
如果出现重复请求尽量,则重复的 caller 将等待原始请求完成并收到相同的结果。
并发协程之间不需要消息传递,非常适合 sync.WaitGroup。
wg.Add(1) 计数加1。
wg.Wait() 阻塞,直到资源被释放。
wg.Done() 计数减1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.