https://github.com/seatgeek/graceful_listener
net.Listener implementation for graceful shutdown
https://github.com/seatgeek/graceful_listener
Last synced: 3 months ago
JSON representation
net.Listener implementation for graceful shutdown
- Host: GitHub
- URL: https://github.com/seatgeek/graceful_listener
- Owner: seatgeek
- License: apache-2.0
- Created: 2018-04-20T14:42:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T10:59:54.000Z (over 6 years ago)
- Last Synced: 2024-06-21T06:40:50.910Z (11 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graceful_listener
net.Listener implementation for graceful shutdownBased on the code in https://github.com/valyala/fasthttp/issues/66#issuecomment-305934974
Thanks to https://github.com/valyala and https://github.com/derekstavis