Sha256: ea73fb40bedc4811b88f21bae683702fa1105ade211385427390de33e2022210

Contents?: true

Size: 1.73 KB

Versions: 1

Compression:

Stored size: 1.73 KB

Contents

# promise_pool [![Build Status](https://secure.travis-ci.org/godfat/promise_pool.png?branch=master)](http://travis-ci.org/godfat/promise_pool) [![Coverage Status](https://coveralls.io/repos/godfat/promise_pool/badge.png)](https://coveralls.io/r/godfat/promise_pool) [![Join the chat at https://gitter.im/godfat/promise_pool](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/godfat/promise_pool)

by Lin Jen-Shin ([godfat](http://godfat.org))

## LINKS:

* [github](https://github.com/godfat/promise_pool)
* [rubygems](https://rubygems.org/gems/promise_pool)
* [rdoc](http://rdoc.info/projects/godfat/promise_pool)

## DESCRIPTION:

promise_pool

## FEATURES:

* promise_pool

## WHY?

promise_pool

## REQUIREMENTS:

* Tested with MRI (official CRuby), Rubinius and JRuby.
* gem [timers][]

[timers]: https://github.com/celluloid/timers

## INSTALLATION:

``` shell
gem install promise_pool
```

Or if you want development version, put this in Gemfile:

``` ruby
gem 'promise_pool', :git => 'git://github.com/godfat/promise_pool.git',
                    :submodules => true
```

## CHANGES:

* [CHANGES](CHANGES.md)

## CONTRIBUTORS:

* Lin Jen-Shin (@godfat)

## LICENSE:

Apache License 2.0

Copyright (c) 2016, Lin Jen-Shin (godfat)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   <http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
promise_pool-0.1.0 README.md