套件: golang-github-thejerf-suture-dev (4.0.1-1)
golang-github-thejerf-suture-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-thejerf-suture:
- [golang-github-thejerf-suture_4.0.1-1.dsc]
- [golang-github-thejerf-suture_4.0.1.orig.tar.gz]
- [golang-github-thejerf-suture_4.0.1-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team (郵件存檔)
- Aloïs Micard
外部的資源:
- 主頁 [github.com]
相似套件:
supervisor trees for Go
Suture provides Erlang-ish supervisor trees for Go. "Supervisor trees" -> "sutree" -> "suture" -> holds your code together when it's trying to die. It is intended to deal gracefully with the real failure cases that can occur with supervision trees (such as burning all your CPU time endlessly restarting dead services), while also making no unnecessary demands on the "service" code, and providing hooks to perform adequate logging with in a production environment.