Module mio::macros

source ·
Expand description

Macros to ease conditional code based on enabled features.

Macros

  • The os-ext feature is enabled, or one of the features that need os-ext.
  • One of the features enabled that needs IoSource. That is net or os-ext on Unix (for pipe).
  • cfg_net 🔒
    The net feature is enabled.
  • The os-poll feature is disabled.
  • cfg_os_ext 🔒
    The os-ext feature is enabled.
  • The os-poll feature is enabled.
  • error 🔒
  • log 🔒
  • trace 🔒
  • warn 🔒