并发相关工具,包含并发map、goroutine池

rz df23a48f46 map的遍历 2 years ago
.gitignore 48be1b9f54 Initial commit 2 years ago
README.md c7965e8fea init 2 years ago
go.mod df23a48f46 map的遍历 2 years ago
go.sum df23a48f46 map的遍历 2 years ago
jconcurrency.go c7965e8fea init 2 years ago
map.go df23a48f46 map的遍历 2 years ago
map_test.go df23a48f46 map的遍历 2 years ago
threads.go c7965e8fea init 2 years ago
threads_test.go c7965e8fea init 2 years ago

README.md

jconcurrency

并发相关工具,包含并发map、goroutine池

目前实现

  • 简单map,提供常用读、写方法
  • 简单的线程并发

示例

详见test