A collection of async functionality and additions from the future.
Go to file
Joshua Harlow 6d4e15a676 Remove 'smart' idleness check
This needs further improvement as it does not appear
to be working as expected so for now just revert it back
to the naive (and more expected) behavior for starting up
new workers (and adding them to the worker pool).

Change-Id: Ia9cc4e44c55ea39bc6270ed42b375ca495bf9ec1
2016-07-13 13:15:46 -07:00
doc/source Modification of the example code 2016-01-14 23:18:30 +00:00
futurist Remove 'smart' idleness check 2016-07-13 13:15:46 -07:00
.coveragerc Remove tests output from code coverage 2015-10-05 13:10:11 -04:00
.gitignore Remove tests output from code coverage 2015-10-05 13:10:11 -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 Enhance the README 2015-09-24 13:37:55 -04:00
babel.cfg Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
requirements.txt Updated from global requirements 2016-03-28 19:26:39 +00:00
setup.cfg Add Python 3.5 classifier and venv 2016-07-12 15:23:04 +08:00
setup.py Updated from global requirements 2015-09-17 12:11:41 +00:00
test-requirements.txt Updated from global requirements 2016-06-21 17:58:42 +00:00
tox.ini Add Python 3.5 classifier and venv 2016-07-12 15:23:04 +08:00

README.rst

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.