Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-async - A framework to process interdependent tasks in a pool of workers
- Description:
Async aims to make writing asyncronous processing easier. It provides a
task-graph with interdependent tasks that communicate using blocking channels,
allowing to delay actual computations until items are requested. Tasks will
automatically be distributed among 0 or more threads for the actual
computation.
Packages
python-async-0.6.1-4.fc17.x86_64
[67 KiB] |
Changelog
by Fedora Release Engineering (2012-01-14):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|