run_prepared

Function run_prepared 

Source
pub fn run_prepared(
    trajectory: Trajectory,
    config: ViewerConfig,
    receiver: Receiver<ViewerCommand>,
    readiness: Arc<ViewerReadiness>,
    snapshot: Arc<Mutex<ViewerSnapshot>>,
)