directory
1.19.3
Repository: https://github.com/antigloss/go.git
Documentation: pkg.go.dev

# Packages

Package lru provides a goroutine safe LRU cache implementation based on "github.com/golang/groupcache/lru".
Package pool provides some goroutine-safe object pools such as ObjectPool.
Package queue offers goroutine-safe Queue implementations such as LockfreeQueue(Lock free queue).