Skip to main content

Module bulk

Module bulk 

Source
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§

BulkResult
Result of a bulk processing operation.

Enums§

BulkOutcome
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.