package
Version:
v2.0.6
Opens a new window with list of versions in this module.
Published: Nov 12, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
signal
import "clog/signal"
Package signal implement some signal bridge to channels. File: "signal.go"
Index
Constants
const CHAN_SIZE = 10
Variables
var (
CtrlC chan None // Ctrl+C -> SIGINT or SIGTERM
CtrlZ chan None // Ctrl+Z -> SIGTSTP
CtrlBS chan None // Ctrl+\ -> SIGQUIT
SIGTERM chan None
SIGHUP chan None
)
func Wait() bool
Debug wait
type None struct{}
Generated by gomarkdoc
Documentation
¶
Package signal implement some signal bridge to channels.
File: "signal.go"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.