goroutine-safe topic
List
goroutine-safe repositories
abool
263
Stars
25
Forks
Watchers
:bulb: Atomic Boolean library for cleaner Go code, optimized for performance yet simple to use.
goqueue
47
Stars
14
Forks
Watchers
See https://github.com/damnever/goctl
go-floc
268
Stars
18
Forks
Watchers
Floc: Orchestrate goroutines with ease.
goconcurrentqueue
367
Stars
33
Forks
Watchers
Go concurrent-safe, goroutine-safe, thread-safe queue
round-robin
56
Stars
14
Forks
Watchers
faster round-robin balancing algorithm written in golang
goworkerpool
16
Stars
6
Forks
Watchers
go pool of concurrent workers with the ability to add / kill / pause / resume workers on demand
ahocorasick
18
Stars
3
Forks
Watchers
基于ahocorasick算法的敏感词过滤,支持中文、线程安全