run_cell

Macro run_cell 

Source
macro_rules! run_cell {
    ($service:expr) => { ... };
}
Expand description

Macro to run a cell with minimal boilerplate.

Generates a current_thread tokio main that calls rapace_cell::run(...).