REALTIME_SIGNALS_SUPPORTED

Constant REALTIME_SIGNALS_SUPPORTED 

Source
pub const REALTIME_SIGNALS_SUPPORTED: bool = _; // true
Available 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