Documentation
¶
Overview ¶
*
- Created by GoLand.
- Brief: matcher fields read/write
- User: vibrant
- Date: 2019/04/09
- Time: 17:20
*
- Created by GoLand.
- Brief: matcher fields read/write
- User: vibrant
- Date: 2019/04/03
- Time: 11:20
Index ¶
- func ClearSyncMap(m *SyncMap)
- type SyncMap
- func (m *SyncMap) MyDelete(key interface{})
- func (m *SyncMap) MyLen() int64
- func (m *SyncMap) MyLoad(key interface{}) (value interface{}, ok bool)
- func (m *SyncMap) MyLoadOrStore(key, value interface{}) (actual interface{}, loaded bool)
- func (m *SyncMap) MyRange(f func(key, value interface{}) bool)
- func (m *SyncMap) MyStore(key, value interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.