Skip to main content

shared_run_mode

Function shared_run_mode 

Source
pub fn shared_run_mode(initial: RunMode) -> Rc<Cell<RunMode>>
Expand description

Convenience: wrap a RunMode in the Rc<Cell<…>> plumbing that super::PerformanceView::with_run_mode_selector expects.