Task #3271
Updated by jortel@redhat.com almost 7 years ago
Updates in the core to adopt asyncio downloading. This includes: * Remove _futures_ from plugin API. * Move _plugin.download.asyncio.*_ to _plugin.download_; plugin.download; update __init__ and autodoc. * Remove Importer.get_futures_downloader() * Rename Importer.get_asyncio_downloader() => Importer.get_downloader() * Rename Importer.asyncio_factory() => Importer.downloader_factory() * Update the _ChangeSet_ to work with asyncio downloaders.