]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop BackgroundManager in favor of fork(func1, func2) (#603)
authorFlorimond Manca <florimond.manca@gmail.com>
Fri, 6 Dec 2019 10:49:24 +0000 (11:49 +0100)
committerTom Christie <tom@tomchristie.com>
Fri, 6 Dec 2019 10:49:24 +0000 (10:49 +0000)
commitc38fd68ed78e08ee6056bfd69b50413fd06be988
treee2c8b416855553744192326247bfcde556b2c7e6
parentbb6e52f3566a79978f590e5a677eb057a68ad3a9
Drop BackgroundManager in favor of fork(func1, func2) (#603)

* Drop BackgroundManager in favor of fork(func1, func2)

* Please mypy
httpx/__init__.py
httpx/concurrency/asyncio.py
httpx/concurrency/auto.py
httpx/concurrency/base.py
httpx/concurrency/trio.py
httpx/dispatch/http2.py
tests/test_concurrency.py