pub const REALTIME_SIGNALS_SUPPORTED: bool = _; // trueAvailable on Unix and crate feature
signals only.Expand description
Whether real-time signals are supported at all.
The platforms for which interprocess has explicit support for real-time signals are:
- Linux
- includes Android
- FreeBSD
- NetBSD
- Redox