macro_rules! spawn_blocking {
($($tt:tt)*) => { ... };
}Expand description
Spawn a blocking tokio task and await its result (used for proof computation)
macro_rules! spawn_blocking {
($($tt:tt)*) => { ... };
}Spawn a blocking tokio task and await its result (used for proof computation)