struct Topia::ConcurrentExecutor::ExecutionStats

Defined in:

topia/concurrent_executor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def average_duration : Time::Span #

[View source]
def average_duration=(average_duration : Time::Span) #

[View source]
def cached_tasks : Int32 #

[View source]
def cached_tasks=(cached_tasks : Int32) #

[View source]
def completed_tasks : Int32 #

[View source]
def completed_tasks=(completed_tasks : Int32) #

[View source]
def failed_tasks : Int32 #

[View source]
def failed_tasks=(failed_tasks : Int32) #

[View source]
def max_concurrent : Int32 #

[View source]
def max_concurrent=(max_concurrent : Int32) #

[View source]
def success_rate : Float64 #

[View source]
def total_duration : Time::Span #

[View source]
def total_duration=(total_duration : Time::Span) #

[View source]
def total_tasks : Int32 #

[View source]
def total_tasks=(total_tasks : Int32) #

[View source]