Skip to main content

Module coordinator

Module coordinator 

Source

Structsยง

ExportContext ๐Ÿ”’
Owned, manifest-independent context shared by all chunk export futures.
ExportDataOptions

Functionsยง

export_chunk ๐Ÿ”’
export_data
export_data_concurrent ๐Ÿ”’
Exports up to chunk_parallelism chunks concurrently on the client.
export_data_serial ๐Ÿ”’
Exports chunks one at a time, preserving the original serial behavior.
list_chunk_files ๐Ÿ”’
mark_chunk_completed ๐Ÿ”’
mark_chunk_failed ๐Ÿ”’
mark_chunk_in_progress ๐Ÿ”’
next_eligible_chunk ๐Ÿ”’
Returns the index of the next chunk eligible for export, scanning forward from next_idx and skipping already Completed/Skipped chunks. Advances next_idx past the returned chunk so each chunk is scheduled at most once.