Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 379 Bytes

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