Registry / utility / thejerf-suture-v4

thejerf-suture-v4

JSON →
library4.0.6gogounverified

A Go library providing Erlang-like supervisor trees for fault-tolerant service management.

go get github.com/thejerf/suture/v4
INSTALL
IMPORT
SIG · THEJERF-SUTURE-V4
T
thejerf-suture-v4
utilitygov4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

suture
✓ github.com/thejerf/suture/v4

Create and serve a simple supervisor tree.

package main import ( "fmt" "github.com/thejerf/suture/v4" ) func main() { sup := suture.NewSimple("root") sup.Serve() fmt.Println("Supervisor started") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
thejerf-suture-v4 — go get thejerf-suture-v4 · libregistry