class Barista::Behaviors::Software::SizeCalculator inherits Reference # Concurrently calculates the size of a given list of paths Constructors# .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. Methods# #execute# #paths# #workers#