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(...).
macro_rules! run_cell_with_session {
($factory:expr) => { ... };
}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(...).