package
Version:
v0.0.0-...-2812ca0
Opens a new window with list of versions in this module.
Published: Apr 17, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SafeMap is multiple thread safe, could be accessed by multiple thread simultaneously.
NewSafeMap generates a instance of SafeMap type.
Get returns a value from inner map safely.
Put stores a key-value pair into inner map safely.
Remove removes the key-value pair.
Value represents the value's info of a key-value pair.
Exist returns the data exist in map or not.
Int32 returns data as int32.
Int64 returns data as int64.
Result returns the origin data and status in map.
String returns data as string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.