signal

package
v0.0.0-...-cfeb2ff Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 7 Imported by: 2

Documentation

Overview

Package signal is library function for whole system. # This manifest was generated by ymir. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Graceful

func Graceful(
	timeout time.Duration,
	stopCh <-chan struct{},
	errCh <-chan error,
	fn func(ctx context.Context)) error

Graceful is the loop main module.

func SetupSignalHandler

func SetupSignalHandler() (stopCh <-chan struct{})

SetupSignalHandler registered for SIGTERM and SIGINT. A stop channel is returned which is closed on one of these signals. If a second signal is caught, the program is terminated with exit code 1.

Types

This section is empty.

Jump to

Keyboard shortcuts

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