Name : python-module-aioutils Relocations: (not relocatable) Version : 0.2.0 Vendor: ALT Linux Team Release : alt1.git20150226.1.1 Build Date: Sun Mar 13 18:37:57 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 34230 License: ASLv2.0 Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/aioutils/ Summary : Python3 Asyncio Utils Description : Python3 Asyncio implements an event loop, but in quite low level, it misses some basic helpers that can make our life a lot easier. This package enhances asyncio.wait and asyncio.as_completed, provides more user friendly interfaces through the following primitives. * Group: a gevent.pool.Group alike object, allows you to spawn coroutines and join them later * Pool: a gevent.poo.Pool alike object, allows setting concurrency level * Bag: a helper to write generator with coroutines * OrderedBag: a helper to write generator with coroutines, and keep yielding order the same as spawning order