Project

Profile

Help

Task #3271

Updated by jortel@redhat.com over 6 years ago

Updates in the core to adopt asyncio downloading.    This includes: 

 * Remove _futures_ from plugin API. 
 * Move _plugin.download.asyncio.*_ _asyncio_ content to plugin.download; download package root and 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.

Back