Expand description
Generic bulk processing with concurrent execution and retry logic.
This module provides a reusable pattern for processing collections of items concurrently with automatic retry on transient failures and progress tracking. It’s designed to work across all platforms (CLI, iOS/FFI, MCP) without any CLI-specific dependencies.
Structs§
- Bulk
Result - Result of a bulk processing operation.
Enums§
- Bulk
Outcome - Outcome of processing a single item in a bulk operation.
Functions§
- process_
bulk - Process a collection of items concurrently with retry logic and progress tracking.