sigqueue

package module
v0.0.0-...-457f77e Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2021 License: Artistic-2.0 Imports: 1 Imported by: 0

README

sigqueue-go

This is a small module which provides an interface to C's sigqueue (via the rt_sigqueueinfo system call) in Go, which allows passing values when signalling processes on Linux. This may work on other POSIX operating systems, but I won't explicitly support them.

Requires cgo and libc.

Documentation

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Sigqueue

func Sigqueue(pid, signal, value int) error

Types

type Error

type Error struct {
	// contains filtered or unexported fields
}

func (*Error) Error

func (e *Error) Error() string

Jump to

Keyboard shortcuts

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