vine
Python promises
Python promises
To install this package, run one of the following:
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.
Summary
Python promises
Last Updated
Nov 6, 2023 at 10:02
License
BSD-3-Clause
Total Downloads
2.0M
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/celery/vineDocumentation
https://vine.readthedocs.io/