run_cell_with_session

Macro run_cell_with_session 

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

Macro to run a cell whose setup needs access to the RPC session.

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