class Barista::Behaviors::Software::SizeCalculator
- Barista::Behaviors::Software::SizeCalculator
- Reference
- Object
Overview
Concurrently calculates the size of a given list of paths
Defined in:
barista/behaviors/software/size_calculator.crConstructors
-
.new(workers : Int32, paths : Array(String) = [] of String)
takes a number of workers to use when performing calculations and a list of paths to calculate the size for.
Instance Method Summary
Constructor Detail
takes a number of workers to use when performing calculations and a list of paths to calculate the size for.