class ParallelWorker::Base(X, T, R)

Direct Known Subclasses

Defined in:

parallel_worker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(num_workers : Int32, &block : T -> R) #

[View source]

Instance Method Detail

def perform(job : T) #

[View source]
def perform_all(jobs : Array(T)) #

[View source]