A collection of async functionality and additions from the future.
Go to file
Takashi Kajinami 8d94ecfe01 Remove old excludes
These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: I7e8461d3b8ba90d3ae473d96c29b54bb6f719739
2024-04-30 18:18:30 +09:00
doc Remove old excludes 2024-04-30 18:18:30 +09:00
futurist trivial: Remove unnecessary 'coding' lines 2022-04-06 14:14:45 +01:00
releasenotes reno: Update master for unmaintained/victoria 2024-03-07 14:14:33 +00:00
.coveragerc coveragerc: Remove non-existent path 2023-12-19 20:55:44 +09:00
.gitignore ignore reno generated artifacts 2020-09-22 10:48:01 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:59 +00:00
.mailmap Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
.pre-commit-config.yaml Bump hacking 2024-01-28 16:00:59 +09:00
.stestr.conf Switch to stestr 2018-07-11 09:46:23 +07:00
.zuul.yaml Update CI to use unversioned jobs template 2022-03-15 15:05:50 +00: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 release notes link to README 2019-10-06 09:30:11 +08:00
requirements.txt Remove pbr from requirements.txt 2022-04-06 14:14:45 +01:00
setup.cfg Update python classifier in setup.cfg 2024-01-11 15:36:37 -08:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
test-requirements.txt Remove old excludes 2024-04-30 18:18:30 +09:00
tox.ini tox: Replace whitelist_externals 2023-04-10 17:21:14 +09: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.