summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs/parallelizer.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-25/+25
* more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-121-8/+5
* Update to RSpec 3.Claire McQuin2014-10-291-87/+87
* Fix tests on 1.8.7John Keiser2014-05-191-116/+97
* Do not provide "lazy" unless it is available (Ruby 2.0+)John Keiser2014-05-191-18/+44
* Prevent parallel first/take/drop from processing things it shouldn'tJohn Keiser2014-05-191-32/+126
* Make parallel enumerable safe to restartJohn Keiser2014-05-191-0/+57
* Make it possible to resize and gently stop the parallelizerJohn Keiser2014-05-181-0/+24
* Add ability to flatten parallel enumerableJohn Keiser2014-05-181-0/+24
* Add each_with_exceptions to allow all results to be knownJohn Keiser2014-05-171-9/+19
* Add :stop_on_exception to stop consuming input on exceptionJohn Keiser2014-05-171-0/+27
* Add parallel_do method for when you don't care about outputJohn Keiser2014-05-171-21/+33
* Add methods to receive asynchronous output from parallelizerJohn Keiser2014-05-171-0/+227