class Topia::ConcurrentExecutor

Overview

Enhanced concurrent task execution with advanced scheduling and resource management

Defined in:

topia/concurrent_executor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(max_concurrent : Int32 = 4) #

[View source]

Instance Method Detail

def cache_stats #

[View source]
def clear_cache #

[View source]
def execute_concurrent(tasks : Array(Task), use_cache = true, show_progress = true) : ExecutionStats #

[View source]
def execute_single_cached(task : Task, use_cache = true) : Bool #

[View source]