async fn open_table_write_handles(
persist_client: &PersistClient,
tables: Vec<TableRegistration>,
) -> Vec<(GlobalId, WriteHandle<SourceData, (), Timestamp, StorageDiff>)>Expand description
Opens fresh table write handles concurrently.
Registration consumes handles even on conflict, so retries cannot reuse them.