signal

package
v0.0.0-...-90c9d3a Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2010 License: BSD-3-Clause, GooglePatentClause Imports: 2 Imported by: 0

Documentation

Overview

Package signal implements operating system-independent signal handling.

Index

Constants

This section is empty.

Variables

View Source
var Incoming <-chan Signal

Incoming is the global signal channel. All signals received by the program will be delivered to this channel.

Functions

This section is empty.

Types

type Signal

type Signal interface {
	String() string
}

A Signal can represent any operating system signal.

type UnixSignal

type UnixSignal int32

func (UnixSignal) String

func (sig UnixSignal) String() string

Jump to

Keyboard shortcuts

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