Macro embedded_runtime::run
source ยท macro_rules! run { ($($futures:expr),+) => { ... }; }
Expand description
Creates an executor and executes the given futures
macro_rules! run { ($($futures:expr),+) => { ... }; }
Creates an executor and executes the given futures