README.md in pmap-1.0.1 vs README.md in pmap-1.0.2

- old
+ new

@@ -1,6 +1,6 @@ -pmap [![Build Status](https://secure.travis-ci.org/bruceadams/pmap.png)](http://travis-ci.org/bruceadams/pmap) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/bruceadams/pmap) +pmap [![Build Status](https://secure.travis-ci.org/bruceadams/pmap.png)](http://travis-ci.org/bruceadams/pmap) [![Code Climate](https://codeclimate.com/github/bruceadams/pmap.png)](https://codeclimate.com/github/bruceadams/pmap) ==== This Ruby gem adds two methods to any Enumerable (notably including any Array). The two added methods are: @@ -29,9 +29,14 @@ greatly benefit from multi-threading. A very typical use is making multiple HTTP requests in parallel. Issuing those requests in separate Ruby threads means the requests will be issued very quickly, well before the responses start coming back. As responses come back, they will be processed as they arrive. + +Thread Count +---------------- + +The thread count defaults to 64 and is set based on `$pmap_default_thread_count`. Example ------- Suppose that we have a function get_quote that calls out to a stock