From 8be8105c424be63c644514dddc805b05a3f52a6e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 15:53:26 -0400 Subject: [PATCH] Update advanced.rst --- docs/user/advanced.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 2a03a0e1..23efd385 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -955,8 +955,9 @@ response at a time. However, these calls will still block. If you are concerned about the use of blocking IO, there are lots of projects out there that combine Requests with one of Python's asynchronicity frameworks. -Two excellent examples are `grequests`_ and `requests-futures`_. +Some excellent examples are `requests-threads`_, `grequests`_, and `requests-futures`_. +.. _`requests-threads`: https://github.com/requests/requests-threads .. _`grequests`: https://github.com/kennethreitz/grequests .. _`requests-futures`: https://github.com/ross/requests-futures