use OnceLock;
use Runtime;
static RUNTIME: = new;
/// Returns a reference to the shared Tokio runtime.
///
/// All background snapshot tasks and blocking async calls share this single runtime,
/// ensuring that multiple filter instances do not each spin up their own executor.