run_async_thread

Macro run_async_thread 

Source
macro_rules! run_async_thread {
    ($($body:tt)*) => { ... };
}
Expand description

Spawns a thread that runs an async block using the Tokio runtime. The behavior is similar to run_async! {}, with the only difference being that it runs in a separate thread.