async fn import_tasks_serial<E>(
config: &ImportResumeConfig,
state: &mut ImportState,
executor: &E,
progress: &dyn ProgressReporter,
) -> Result<()>where
E: ImportTaskExecutor + Sync,Expand description
Imports data tasks one at a time, preserving the original serial behavior.