//! Shared Tokio runtime for all Node.js binding entry points.
//!
//! Initialized on first call; the same runtime is reused by every
//! client/server/gateway 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.