Skip to content

The `shutdown` package is package that provides a simple way to shutdown your app.

License

Notifications You must be signed in to change notification settings

maltsev25/shutdown

Repository files navigation

shutdown

The shutdown package is package that provides a simple way to shutdown your app.

Example Use

shutdown := shutdown.New()

shutdown.MustAdd("node1", func(ctx context.Context) {
    t.Log("node1 shutdown success")
})

shutdown.MustAdd("node2", func(ctx context.Context) {
    t.Log("node2 shutdown success")
}, "node1")

shutdown.Wait()

About

The `shutdown` package is package that provides a simple way to shutdown your app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published