A collection of async functionality and additions from the future.
Go to file
Joshua Harlow 2019213a62 Add future waiting helper module
This code is useful for waiting on green or regular futures
and ensuring this is done in a safe manner (both kinds can
not be waited at on the same time, due to how the locking
and event objects & strategies of both differ).

Depends-On: Ie491d8a504903fb27dcb9610567e660b86669126

Change-Id: I44ae2d260c1ecbdbd45b00b26113f9f1d64db5b6
2015-07-11 05:46:37 +00:00
doc/source Add future waiting helper module 2015-07-11 05:46:37 +00:00
futurist Add future waiting helper module 2015-07-11 05:46:37 +00:00
.coveragerc Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
.gitignore Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04: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
.testr.conf Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
CONTRIBUTING.rst Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
HACKING.rst Capital letters for futurist in HACKING.rst 2015-06-05 22:56:18 +00: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 badge support to README.rst 2015-06-26 16:22:43 -07:00
babel.cfg Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
openstack-common.conf Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
requirements.txt Add future waiting helper module 2015-07-11 05:46:37 +00:00
setup.cfg Ensure universal wheels are built 2015-06-25 12:31:39 -07:00
setup.py Updated from global requirements 2015-06-25 06:53:04 -04:00
test-requirements.txt Updated from global requirements 2015-06-25 06:53:04 -04:00
tox.ini Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00

README.rst

Futurist

Latest Version

Downloads

Code from the future, delivered to you in the now.