goroutine topic
context
A proof of concept implementation of scoped context
go-waitgroup
A sync.WaitGroup with error handling and concurrency control
ray-tracing
This is a go implementation of the "Ray Tracing in One Weekend" book
goroutine-pool
A simple goroutine pool which can create and release goroutine dynamically, inspired by fasthttp.
captcha
Go package captcha generation and verification of image, Refer from https://github.com/dchest/captcha. Use captcha pool generation
go-best-practice
Go语言最佳实践: 编写可维护程序的建议
wasps
wasps is a lightweight goroutine pool for golang, use limited goroutines to achieve multi-task concurrent execution.
rio
A lightweight job scheduler based on priority queue with timeout, retry, replica, context cancellation and easy semantics for job chaining. Build for golang web apps.