scrapy
scrapy copied to clipboard
Add support for `async def store()` in custom feed storages
This will need refactoring of FeedExport first though (done in #7161).
Related to #6705
This will also allow/make it easier to use asyncio.in_thread() on asyncio instead of wrapping Twisted's deferToThread().