A collection of async functionality and additions from the future.
Go to file
Yuriy Zveryanskyy b8759972cb Do not check spacing if periodic disabled
This change allows simple enable/disable periodic and set spacing
via one configuration option, like
@periodics.periodic(spacing=CONF.task_interval,
                    enabled=CONF.task_interval > 0)

Change-Id: I1f00242b49c7646421390c0ff26777aba6d5b6d9
Closes-Bug: #1654035
2017-03-23 14:36:25 +02:00
doc/source Merge "Introducing NeverAgain functionality for periodics" 2017-03-08 06:22:17 +00:00
futurist Do not check spacing if periodic disabled 2017-03-23 14:36:25 +02:00
releasenotes Update reno for stable/ocata 2017-01-20 19:15:04 +00:00
tools Add Constraints support 2016-12-21 10:27:11 +11:00
.coveragerc Remove tests output from code coverage 2015-10-05 13:10:11 -04:00
.gitignore Add reno for release notes management 2016-11-01 16:14:37 +08: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 Show team and repo badges on README 2016-11-25 15:20:30 +01: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 2017-03-02 11:44:08 +00:00
setup.cfg The python 3.4 support is removed 2017-03-07 18:00:47 +05:30
setup.py Updated from global requirements 2017-03-02 11:44:08 +00:00
test-requirements.txt Updated from global requirements 2017-02-10 05:48:25 +00:00
tox.ini The python 3.4 support is removed 2017-03-07 18:00:47 +05:30

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.