]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop `run` and `run_in_threadpool` (#710)
authorTom Christie <tom@tomchristie.com>
Mon, 6 Jan 2020 11:14:43 +0000 (11:14 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 11:14:43 +0000 (11:14 +0000)
commit6ac49dacdd96f474467d276d2ff1b63edc382684
treefbde9d23574a60d2e4fc65114c7c4869ea008ec7
parentbd57b650a8ed84849901a3a4c54579a9a2c948b2
Drop `run` and `run_in_threadpool` (#710)

* Drop run and run_in_threadpool

* Fix server restart errors

* Re-introduce 'sleep' as a concurrency test utility

* Simpler test concurrency utils

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
httpx/backends/asyncio.py
httpx/backends/auto.py
httpx/backends/base.py
httpx/backends/trio.py
tests/concurrency.py
tests/conftest.py
tests/dispatch/test_connection_pools.py
tests/test_concurrency.py