macro_rules! setup {
() => { ... };
}Expand description
Creates a tokio runtime and executes it in its own thread.
egui_task_manager::setup!();For more information see
setup::runtime and
setup::spawn_runtime_thread.
macro_rules! setup {
() => { ... };
}Creates a tokio runtime and executes it in its own thread.
egui_task_manager::setup!();For more information see
setup::runtime and
setup::spawn_runtime_thread.