class Barista::Behaviors::Software::SizeCalculator

Overview

Concurrently calculates the size of a given list of paths

Defined in:

barista/behaviors/software/size_calculator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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.


[View source]

Instance Method Detail

def execute #

[View source]
def paths : Array(String) #

[View source]
def workers : Int32 #

[View source]