struct
Topia::ConcurrentExecutor::ExecutionStats
- Topia::ConcurrentExecutor::ExecutionStats
- Struct
- Value
- Object
Defined in:
topia/concurrent_executor.crConstructors
Instance Method Summary
- #average_duration : Time::Span
- #average_duration=(average_duration : Time::Span)
- #cached_tasks : Int32
- #cached_tasks=(cached_tasks : Int32)
- #completed_tasks : Int32
- #completed_tasks=(completed_tasks : Int32)
- #failed_tasks : Int32
- #failed_tasks=(failed_tasks : Int32)
- #max_concurrent : Int32
- #max_concurrent=(max_concurrent : Int32)
- #success_rate : Float64
- #total_duration : Time::Span
- #total_duration=(total_duration : Time::Span)
- #total_tasks : Int32
- #total_tasks=(total_tasks : Int32)