Module interprocess::os

source ·
Expand description

Platform-specific functionality for various interprocess communication primitives.

This module houses two modules: unix and windows, although only one at a time will be visible, depending on which platform the documentation was built on. If you’re using Docs.rs, you can view the documentation for Windows, macOS, Linux and FreeBSD using the Platform menu on the Docs.rs-specific header bar at the top of the page. Docs.rs builds also have the nightly-only doc_cfg feature enabled by default, with which everything platform-specific has a badge next to it which specifies the cfg(...) conditions for that item to be available.

Modules§

  • unixUnix
    Unix-specific functionality for various interprocess communication primitives, as well as Unix-specific ones.