class
Topia::ConcurrentExecutor
- Topia::ConcurrentExecutor
- Reference
- Object
Overview
Enhanced concurrent task execution with advanced scheduling and resource management
Defined in:
topia/concurrent_executor.crConstructors
Instance Method Summary
- #cache_stats
- #clear_cache
- #execute_concurrent(tasks : Array(Task), use_cache = true, show_progress = true) : ExecutionStats
- #execute_single_cached(task : Task, use_cache = true) : Bool
Constructor Detail
Instance Method Detail
def execute_concurrent(tasks : Array(Task), use_cache = true, show_progress = true) : ExecutionStats
#