closer

package
v0.0.0-...-097ce21 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Closer

type Closer interface {
	Add(f ...func() error)
	Wait()
	Close()
}

func New

func New(sig ...os.Signal) Closer

NewCloser returns new Closer. If any os.Signal is specified, Closer will call Close when it receives one of the signals from the OS.

Jump to

Keyboard shortcuts

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