mirror of https://github.com/scrapy/scrapy.git
* Add a basic Crawler.crawl_async(). * Add custom loop tests for *CrawlerRunner. * Add AsyncCrawlerProcess. * Update related docs. * Update practices.rst. * Address test failures. * Add a note about AsyncCrawler* to the docs about switching reactors. * Address feedback. * Update for TID253. * Simplify test_crawler_crawl_async_twice_parallel_unsupported(). |
||
|---|---|---|
| .. | ||
| custom_loop_different.py | ||
| custom_loop_same.py | ||
| multi_parallel.py | ||
| multi_seq.py | ||
| simple.py | ||
| simple_default_reactor.py | ||