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

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

README.md

jconcurrency

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

目前实现

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

示例

详见test