//! Shared Tokio runtime for every `mbus_go_*` entry point.
//!
//! Initialised on first call; the same runtime is reused by every handle so
//! we never spin up redundant OS threads.
use OnceLock;
use Runtime;
static TOKIO_RT: = new;
/// Returns a reference to the module-wide Tokio runtime.