Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConcurrencyRwMap ¶
func NewConcurrencyRwMap ¶
func NewConcurrencyRwMap(capacity int) *ConcurrencyRwMap
NewConcurrencyRwMap 加锁实现map并发安全,缺点锁的粒度大
func (*ConcurrencyRwMap) Set ¶
func (m *ConcurrencyRwMap) Set(key interface{}, value interface{})
Set 写入 或者 更新
Click to show internal directories.
Click to hide internal directories.