Skip to main content

export_data_serial

Function export_data_serial 

Source
async fn export_data_serial(
    context: &ExportContext<'_>,
    storage: &dyn SnapshotStorage,
    manifest: &mut Manifest,
    progress: &dyn ProgressReporter,
) -> Result<()>
Expand description

Exports chunks one at a time, preserving the original serial behavior.