Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pxeger/sigqueue-go
- Owner: pxeger
- License: artistic-2.0
- Created: 2021-12-26T02:38:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T02:46:10.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T09:29:53.478Z (about 1 month ago)
- Topics: go, golang, linux, signals, sigqueue
- Language: Go
- Homepage: https://pkg.go.dev/github.com/pxeger/sigqueue-go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)