软件包: 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 (Mail Archive)
- 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.