Function render_routes

Source
pub async fn render_routes(
    tt: &TurboTasks<TurboTasksBackend<NoopBackingStorage>>,
    routes: impl Iterator<Item = (RcStr, Route)>,
    strategy: Strategy,
    factor: usize,
    limit: usize,
) -> Result<usize>