vardius / shutdownLinks
Simple go signals handler for performing graceful shutdown by executing callback function
☆20Updated 4 years ago
Alternatives and similar repositories for shutdown
Users that are interested in shutdown are comparing it to the libraries listed below
Sorting:
- A scriptable FSM library for Go☆40Updated 5 years ago
- Collect data about your dependencies☆43Updated last month
- Go helper to print a table of data to stdout☆16Updated 4 years ago
- Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries☆50Updated 2 years ago
- Simple Interprocess Plugins for Go☆17Updated 5 years ago
- Tracing middleware for go-chi☆19Updated 4 years ago
- Go Mod Repository, Go Vanity Server and Proxy Server☆87Updated 6 years ago
- Library for monkey-patching functions in Go☆23Updated 3 years ago
- On-disk high-performance object storage☆18Updated 4 years ago
- ☠️ mkill limits the number of threads in a Go program, without crashing it.☆23Updated 4 years ago
- Lightweight validation library that can export rules as JSON so browsers can apply the same rules.☆16Updated last year
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Parses Go tracebacks and finds possible deadlocks☆27Updated 4 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 8 months ago
- A Go API for generating .go source files☆24Updated 2 years ago
- Retry, Race, All, Some, etc strategies for http.Client calls☆11Updated 4 years ago
- Memory store like map[string]interface{} with better performance when reuse memory☆19Updated 2 years ago
- A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web ap…☆34Updated 7 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆30Updated last year
- streaming, buffered table encoder for result sets (ie from a database)☆22Updated 3 weeks ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Declarative golang HTTP client☆22Updated 2 years ago
- A diff3 text merge implementation in Go☆23Updated last year
- A Go library for encoding structs into Header fields.☆46Updated last year
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- x/sync/singleflight but with Go 1.18 generics