mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-12-31 18:24:31 +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