package
Version:
v0.0.0-...-adb5aae
Opens a new window with list of versions in this module.
Published: Nov 22, 2017
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 generate a instance of SafeMap type.
Get return a value from inner map safely.
Put store 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 return the data exist in map or not.
Int32 return data as int32.
Int64 return data as int64.
Result return the origin data and status in map.
String return data as string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.