pub fn watched<T>(watch: &Watch, f: impl FnOnce() -> T) -> TExpand description
Run f with watch active on this thread: every checkpoint inside
answers to it. Scopes nest; the inner watch wins until it ends.
pub fn watched<T>(watch: &Watch, f: impl FnOnce() -> T) -> TRun f with watch active on this thread: every checkpoint inside
answers to it. Scopes nest; the inner watch wins until it ends.