NuxRef

python-vine - Promises, promises, promises

Website: http://github.com/celery/vine
License: BSD
Description:
A Python implementation of the promise pattern for asynchronous programming.

This is a special implementation of promises in that it can be used both for
"promise of a value" and lazy evaluation. The biggest upside for this is that
everything in a promise can also be a promise, e.g. filters, callbacks and
errbacks can all be promises.

Packages

python-vine-1.1.3-3.el7.nuxref.src [55 KiB] Changelog Chris Caron (2017-02-28):
- Rebuilt for CentOS 7.x