Expand description
Parallel chunk uploader for Internet Computer canisters
This module provides functionality for uploading multiple chunks in parallel with automatic rate limiting and chunk ID tracking.
Structs§
- Chunk
Info - Information about a chunk to be uploaded
- Parallel
Upload Config - Configuration for parallel upload operations
Enums§
- Parallel
Upload Result - Result of a parallel upload operation
Functions§
- chunk_
with_ id_ to_ candid_ args - Converts chunk data with ID to a blob string in Candid format
- chunks_
to_ chunk_ info - Convert regular chunks to ChunkInfo with sequential IDs
- create_
test_ format - Test to create exact working format for debugging
- upload_
chunks_ parallel - Upload multiple chunks in parallel with rate limiting