Expand description
repartir has moved to aprender-distribute.
This crate re-exports aprender-distribute for backward compatibility.
New code should depend on aprender-distribute directly.
Modules§
- checkpoint
- Checkpoint management for persistent task state.
- error
- Error types for repartir.
- executor
- Execution backends for repartir.
- messaging
- Advanced messaging patterns for distributed coordination.
- scheduler
- Task scheduling and work distribution.
- task
- Task definition and execution results.
Structs§
- Pool
- High-level API for distributed task execution.
- Pool
Builder - Builder for
Pool.