YSZhuoyang / go-dispatcher
A goroutine job dispatcher based on worker-pool pattern.
☆32Updated last year
Alternatives and similar repositories for go-dispatcher:
Users that are interested in go-dispatcher are comparing it to the libraries listed below
- Simple HTTP client & server long poll library for Go☆28Updated 7 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆70Updated 3 years ago
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 5 months ago
- Pipelines using goroutines☆57Updated 3 years ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- (Unofficial) A Lightweight Google Spreadsheets Client written in Go☆13Updated 6 months ago
- Enriches the standard go http client with retry functionality.☆51Updated 11 months ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- Golang struct operations.☆24Updated 7 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 2 weeks ago
- Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries☆49Updated 2 years ago
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- Some benchmarks I wrote in writing the Go 101 book.☆41Updated 3 years ago
- Simple Dependency Injection Container☆21Updated 5 years ago
- Software Transactional Locks☆30Updated 4 years ago
- High Availability Routing and Queueing Application☆50Updated 3 years ago
- Mutex/Lock-Free Thread-Safe Buffer in Go. Shell automation in Go. Running and piping shell commands in Go.☆18Updated 4 years ago
- Examples to use limiter