A collection of async functionality and additions from the future.
Go to file
Doug Hellmann 63ae90c2e6 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I521705d1c0d940814948e343ef10b2aec6fdfcda
Story: #2003250
2018-08-03 17:43:15 -04:00
doc Follow the new PTI for document build 2018-07-09 16:18:03 +07:00
futurist Improve get optimal count of max_worker for pool 2017-12-21 16:01:17 +01:00
releasenotes Update reno for stable/rocky 2018-07-26 12:33:24 +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 import zuul job settings from project-config 2018-08-03 17:43:15 -04: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 Follow the new PTI for document build 2018-07-09 16:18:03 +07:00
setup.cfg Follow the new PTI for document build 2018-07-09 16:18:03 +07: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 Switch to stestr 2018-07-11 09:46:23 +07: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.