Expand description
Macros to ease conditional code based on enabled features.
Macrosยง
- cfg_
any_ ๐os_ ext - The
os-extfeature is enabled, or one of the features that needos-ext. - cfg_
io_ ๐source - One of the features enabled that needs
IoSource. That isnetoros-exton Unix (forpipe). - cfg_net ๐
- The
netfeature is enabled. - cfg_
not_ ๐os_ poll - The
os-pollfeature is disabled. - cfg_
os_ ๐ext - The
os-extfeature is enabled. - cfg_
os_ ๐poll - The
os-pollfeature is enabled. - error ๐
- log ๐
- trace ๐
- warn ๐