interrupt

package
v4.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CatchFn

type CatchFn func(os.Signal)

CatchFn Описание функции вызываемой при поступлении прерывания от OS.

type Interface

type Interface interface {
	// Start Запуск перехвата внешних прерываний.
	Start() Interface

	// Stop Остановка перехвата внешних прерываний.
	Stop() Interface
}

Interface Интерфейс пакета.

func New

func New(fn CatchFn) Interface

New Конструктор объекта сущности пакета, возвращается интерфейс пакета.

Jump to

Keyboard shortcuts

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