[][src]Constant interprocess::os::unix::signal::REALTIME_SIGNALS_SUPPORTED

pub const REALTIME_SIGNALS_SUPPORTED: bool = NUM_REALTIME_SIGNALS != 0; // true

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