pub fn shared_run_mode(initial: RunMode) -> Rc<Cell<RunMode>>
Convenience: wrap a RunMode in the Rc<Cell<…>> plumbing that super::PerformanceView::with_run_mode_selector expects.
RunMode
Rc<Cell<…>>
super::PerformanceView::with_run_mode_selector