trap

package
v26.0.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 78

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Trap

func Trap(cleanup func())

Trap sets up a simplified signal "trap", appropriate for common behavior expected from a vanilla unix command-line tool in general (and the Docker engine in particular).

The first time a SIGINT or SIGTERM signal is received, `cleanup` is called in a new goroutine.

If SIGINT or SIGTERM are received 3 times, the process is terminated immediately with an exit code of 128 + the signal number.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL