Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for refresh (0.15 sec)

  1. docs/en/docs/async.md

    Next, it πŸ€– takes the first task to finish (let's say, our "slow-file" πŸ“) and continues whatever it had to do with it.
    
    That "wait for something else" normally refers to <abbr title="Input and Output">I/O</abbr> operations that are relatively "slow" (compared to the speed of the processor and the RAM memory), like waiting for:
    
    * the data from the client to be sent through the network
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23K bytes
    - Viewed (0)
  2. docs/es/docs/async.md

    <img src="https://fastapi.tiangolo.com/img/async/parallel-burgers/parallel-burgers-04.png" alt="illustration">
    
    Luego, el cajero / cocinero πŸ‘¨β€πŸ³ finalmente regresa con tus hamburguesas πŸ”, despuΓ©s de mucho tiempo esperando πŸ•™ frente al mostrador.
    
    <img src="https://fastapi.tiangolo.com/img/async/parallel-burgers/parallel-burgers-05.png" alt="illustration">
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 24.9K bytes
    - Viewed (0)
Back to top