//
pkg.gl
Category
github.com/redochen/tools
concurrent
package
1.0.0
Repository:
https://github.com/redochen/tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
264 SLOC
#
Functions
NewConcurrentMap
No description provided by the author
NewConcurrentQueue
NewConcurrentQueue 获取新的ConcurrentQueue实例.
NewConcurrentSet
No description provided by the author
#
Structs
ConcurrentMap
ConcurrentMap 线程安全的字典类.
ConcurrentQueue
ConcurrentQueue 线程安全的队列类.
ConcurrentSet
ConcurrentSet 线程安全的集合类.