Expand description
Parallel pipeline execution components
This module provides parallel pipeline components, async execution, thread-safe composition, and work-stealing schedulers.
Structs§
- Async
Task - Async task wrapper for future-based execution
- Executor
Statistics - Executor statistics
- Parallel
Config - Parallel execution configuration
- Parallel
Executor - Parallel executor for pipeline tasks
- Parallel
Pipeline - Parallel pipeline for executing multiple pipeline steps concurrently
- Parallel
Pipeline Trained - Trained state for parallel pipeline
- Parallel
Task - Parallel task wrapper
- Task
Dispatcher - Task dispatcher for load balancing
- Task
Result - Task execution result
- Worker
State - Worker thread state
- Worker
Statistics - Worker statistics
Enums§
- Load
Balancing Strategy - Load balancing strategies
- Parallel
Execution Strategy - Parallel execution strategies
- Scheduling
Strategy - Task scheduling strategies
- Thread
Pool Type - Thread pool types
- Worker
Status - Worker status