package
6.3.12+incompatible
Repository: https://github.com/loft-sh/devspace.git
Documentation: pkg.go.dev

# Functions

New creates a new handler that guarantees all notify functions are run after the critical section exits (or is interrupted by the OS), then invokes the final handler.

# Variables

Global is the global interrupt handler.

# Structs

Handler guarantees execution of notifications after a critical section (the function passed to a Run method), even in the presence of process termination.