Actions
Task #3271
closedAdopt AsyncIO downloading in Core
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 31
Quarter:
Description
Updates in the core to adopt asyncio downloading. This includes:
- Remove futures from plugin API.
- Move plugin.download.asyncio.* to 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.
Related issues
Actions
Adopt asyncio downloading. closes #3271