Macro async_mode_enabled

Source
macro_rules! async_mode_enabled {
    ($($item:item)*) => { ... };
}
Expand description

Macro to wrap a code that will be built if async mode is enabled.