A collection of async functionality and additions from the future.
Go to file
OpenStack Release Bot 23dfd9e9a8 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I9b6dc4c1714608e5c89e38a1a11c5448f9b7f479
Sem-Ver: feature
2019-03-18 14:39:03 +00:00
doc Follow the new PTI for document build 2018-07-09 16:18:03 +07:00
futurist Only install monotonic on python2 2018-11-04 08:42:59 -06:00
releasenotes Update master for stable/stein 2019-03-18 14:39:03 +00:00
.coveragerc Remove tests output from code coverage 2015-10-05 13:10:11 -04:00
.gitignore Switch to stestr 2018-07-11 09:46:23 +07:00
.gitreview Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
.mailmap Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
.stestr.conf Switch to stestr 2018-07-11 09:46:23 +07:00
.zuul.yaml Use template for lower-constraints 2018-12-20 20:58:21 +01:00
CONTRIBUTING.rst Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 22:11:42 +08:00
LICENSE Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
MANIFEST.in Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
README.rst Add blueprints notes link to README 2018-06-29 02:57:13 -04:00
babel.cfg Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
lower-constraints.txt Switch to stestr 2018-07-11 09:46:23 +07:00
requirements.txt Only install monotonic on python2 2018-11-04 08:42:59 -06:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-05 14:16:54 +00:00
setup.py Updated from global requirements 2017-03-02 11:44:08 +00:00
test-requirements.txt Switch to stestr 2018-07-11 09:46:23 +07:00
tox.ini Don't quote {posargs} in tox.ini 2018-10-09 20:56:31 +00:00

README.rst

Team and repository tags

image

Futurist

Latest Version

Downloads

Code from the future, delivered to you in the now. The goal of this library would be to provide a well documented futures classes/utilities/additions that allows for providing a level of transparency in how asynchronous work gets executed. This library currently adds statistics gathering, an eventlet executor, a synchronous executor etc.