Registry / utility / streamingfast-shutter

streamingfast-shutter

JSON →
library1.5.0gogounverified

A Go package for managing goroutine lifecycle and shutdown signals.

go get github.com/streamingfast/shutter
INSTALL
IMPORT
SIG · STREAMINGFAST-SHUT
S
streamingfast-shutter
utilitygov1.5.0
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.

shutter
github.com/streamingfast/shutter

Create a new Shutter for managing goroutine lifecycle

package main import ( "fmt" "github.com/streamingfast/shutter" ) func main() { s := shutter.New() defer s.Shutdown() fmt.Println("Shutter created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
streamingfast-shutter — go get streamingfast-shutter · libregistry