A collection of async functionality and additions from the future.
Go to file
Dmitry Tantsur b96691eb03 Add 'enabled' parameter to @periodic decorator
This change makes @periodic more compatible with periodic tasks from
oslo.service, and also enables the following pattern found in ironic:

 @periodic(enabled=CONF.periodic_task_foo_enabled)
 def foo(...)

Change-Id: I390197158522a59145420bd7988ffa74e6e5a391
2015-09-30 11:32:17 +02:00
doc/source Merge "Allow providing a callback to certain executors to reject new work" 2015-07-30 20:52:56 +00:00
futurist Add 'enabled' parameter to @periodic decorator 2015-09-30 11:32:17 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:26:20 +00: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 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
openstack-common.conf Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
requirements.txt Updated from global requirements 2015-09-17 12:11:41 +00:00
setup.cfg docs - Set pbr warnerrors option for doc build 2015-09-25 12:47:49 -04:00
setup.py Updated from global requirements 2015-09-17 12:11:41 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:44:08 +00:00
tox.ini Remove dummy/placeholder 'ChangeLog' as its not needed 2015-09-24 15:02:42 -07: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.