pub fn resolve_valid_chunks(
prepared: &[PreparedChunk],
encoded_chunks: Vec<EncodedChunk>,
pending: &FxHashSet<ChunkPos>,
) -> Vec<EncodedChunk>Expand description
Runs the batch-resolution step of ChunkSender::commit_batch.
pub fn resolve_valid_chunks(
prepared: &[PreparedChunk],
encoded_chunks: Vec<EncodedChunk>,
pending: &FxHashSet<ChunkPos>,
) -> Vec<EncodedChunk>Runs the batch-resolution step of ChunkSender::commit_batch.