mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
locker
This commit is contained in:
@ -17,6 +17,7 @@ func newMemStore(size uint) *memStore {
|
||||
return &memStore{
|
||||
size: size,
|
||||
set: bitset.New(size),
|
||||
lock: locker.RWLocker{},
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user