Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 871 for concurrents (0.38 sec)

  1. docs/fr/docs/async.md

    Le serveur 💁 dit quelque chose à son collègue dans la cuisine 👨‍🍳 pour qu'il sache qu'il doit préparer vos burgers 🍔 (bien qu'il soit déjà en train de préparer ceux des clients précédents).
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-03.png" class="illustration">
    
    Vous payez 💸.
    
    Le serveur 💁 vous donne le numéro assigné à votre commande.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  2. docs/contribute/concurrency.md

    Concurrency
    ===========
    
    This document describes the concurrency considerations for http/2 connections and the connection pool within OkHttp.
    
    ## HTTP/2 Connections
    
    The HttpURLConnection API is a blocking API. You make a blocking write to send a request, and a blocking read to receive the response.
    
    #### Blocking APIs
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 16:35:36 UTC 2022
    - 7K bytes
    - Viewed (0)
  3. fastapi/concurrency.py

    from typing import AsyncGenerator, ContextManager, TypeVar
    
    import anyio
    from anyio import CapacityLimiter
    from starlette.concurrency import iterate_in_threadpool as iterate_in_threadpool  # noqa
    from starlette.concurrency import run_in_threadpool as run_in_threadpool  # noqa
    from starlette.concurrency import (  # noqa
        run_until_first_complete as run_until_first_complete,
    )
    
    _T = TypeVar("_T")
    
    
    @asynccontextmanager
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Dec 25 17:57:35 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-03.png

    concurrent-burgers-03.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 168.9K bytes
    - Viewed (0)
  5. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-05.png

    concurrent-burgers-05.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 156.1K bytes
    - Viewed (0)
  6. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-04.png

    concurrent-burgers-04.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 159.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-07.png

    concurrent-burgers-07.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 166K bytes
    - Viewed (0)
  8. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-01.png

    concurrent-burgers-01.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 198.6K bytes
    - Viewed (0)
  9. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-02.png

    concurrent-burgers-02.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 163.1K bytes
    - Viewed (0)
  10. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-06.png

    concurrent-burgers-06.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 161K bytes
    - Viewed (0)
Back to top