Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LazySyncMap ¶
func (*LazySyncMap) Load ¶
func (m *LazySyncMap) Load(key interface{}) (interface{}, bool)
func (*LazySyncMap) LoadOrStore ¶
func (m *LazySyncMap) LoadOrStore(key interface{}, f func() interface{}) interface{}
func (*LazySyncMap) Store ¶
func (m *LazySyncMap) Store(key interface{}, value interface{})
Click to show internal directories.
Click to hide internal directories.