grace

package
v0.0.0-...-0bc64af Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endless

type Endless struct {
	Running func()                // endless run
	OnEvent func()                // do when event
	Event   func() chan os.Signal // signal channel for event trigger
}

func NewEndless

func NewEndless(running func(), onEvent func(), event func() chan os.Signal) *Endless

func (*Endless) Run

func (receiver *Endless) Run()

Jump to

Keyboard shortcuts

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