static TOKIO_HANDLE: OnceLock<Handle>Expand description
Tokio runtime Handle captured from main.rs so register() can
schedule the TTL timer from any thread — CEF invokes
get_auth_credentials on its IO thread, which has no
Handle::current(), so a bare tokio::spawn(...) would panic
with “there is no reactor running”.