//! Support for running activities in background.
modasync_runtime;modruntime;#[cfg(not(target_arch ="wasm32"))]modthread;pubuseasync_runtime::AsyncRuntime;pubuseruntime::BackgroundRuntime;#[cfg(not(target_arch ="wasm32"))]pubusethread::BackgroundThread;