Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pxeger/sigqueue-go

Access to C's sigqueue from Go
https://github.com/pxeger/sigqueue-go

go golang linux signals sigqueue

Last synced: 18 days ago
JSON representation

Access to C's sigqueue from Go

Awesome Lists containing this project

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**](https://pkg.go.dev/github.com/pxeger/sigqueue-go)