threadz icon indicating copy to clipboard operation
threadz copied to clipboard

A Ruby threadpool library to handle threadpools and make batch jobs easier

Results 1 threadz issues
Sort by recently updated
recently updated
newest added

Sample program: pool = Threadz::ThreadPool.new.new_batch foo = [1,2,3,4,5,6,7,8,9,10] while bar = foo.pop pool

documentation