pub fn with_scope_key<R>(key: &str, f: impl FnOnce() -> R) -> R
Run f with the given scope key tracking any signal reads inside. Panic-safe: the scope stack is restored via a Drop guard.
f