Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 119 for burgers (0.06 sec)

  1. docs/en/docs/img/async/parallel-burgers/parallel-burgers-03.png

    parallel-burgers-03.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 164.7K bytes
    - Viewed (0)
  2. docs/en/docs/img/async/parallel-burgers/parallel-burgers-04.png

    parallel-burgers-04.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 214.3K bytes
    - Viewed (0)
  3. docs/en/docs/img/async/parallel-burgers/parallel-burgers-05.png

    parallel-burgers-05.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 180.8K bytes
    - Viewed (0)
  4. docs/fr/docs/async.md

    #### Burgers parallèles
    
    Imaginons désormais que ce ne sont pas des "burgers concurrents" mais des "burgers parallèles".
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  5. docs/en/docs/async.md

    Then your cashier/cook 👨‍🍳 finally comes back with your burgers, after a long time waiting 🕙 there in front of the counter.
    
    <img src="/img/async/parallel-burgers/parallel-burgers-05.png" class="illustration">
    
    You take your burgers and go to the table with your crush.
    
    You just eat them, and you are done. ⏹
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24K bytes
    - Viewed (0)
  6. docs/es/docs/async.md

    <img src="/img/async/concurrent-burgers/concurrent-burgers-01.png" class="illustration">
    
    Luego es tu turno, haces tu pedido de 2 hamburguesas muy sofisticadas para tu crush y para ti. 🍔🍔
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-02.png" class="illustration">
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  7. docs/zh-hant/docs/async.md

    你和你的戀人去速食店,排隊等候時,收銀員正在幫排在你前面的人點餐。😍
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-01.png" class="illustration">
    
    輪到你了,你給你與你的戀人點了兩個豪華漢堡。🍔🍔
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-02.png" class="illustration">
    
    收銀員通知廚房準備你的漢堡(儘管他們還在為前面其他顧客準備食物)。
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-03.png" class="illustration">
    
    之後你完成付款。💸
    
    收銀員給你一個號碼牌。
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  8. docs/de/docs/async.md

    <img src="/img/async/parallel-burgers/parallel-burgers-04.png" class="illustration">
    
    Dann kommt Ihr Kassierer/Koch 👨‍🍳 endlich mit Ihren Burgern zurück, nachdem Sie lange vor der Theke gewartet 🕙 haben.
    
    <img src="/img/async/parallel-burgers/parallel-burgers-05.png" class="illustration">
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 26.5K bytes
    - Viewed (0)
  9. docs/tr/docs/async.md

    burgers = get_burgers(2)
    ```
    
    ---
    
    Bu nedenle, size onu `await` ile çağırabileceğinizi söyleyen bir kitaplık kullanıyorsanız, onu `async def` ile tanımlanan *path fonksiyonu* içerisinde kullanmanız gerekir, örneğin:
    
    ```Python hl_lines="2-3"
    @app.get('/burgers')
    async def read_burgers():
        burgers = await get_burgers(2)
        return burgers
    ```
    
    ### Daha fazla teknik detay
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  10. docs/em/docs/async.md

    <img src="/img/async/concurrent-burgers/concurrent-burgers-01.png" class="illustration">
    
    ⤴️ ⚫️ 👆 🔄, 👆 🥉 👆 ✔ 2️⃣ 📶 🎀 🍔 👆 🥰 &amp; 👆. 👶 👶
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-02.png" class="illustration">
    
    🏧 💬 🕳 🍳 👨‍🍳 👫 💭 👫 ✔️ 🏗 👆 🍔 (✋️ 👫 ⏳ 🏗 🕐 ⏮️ 👩‍💻).
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-03.png" class="illustration">
    
    👆 💸. 👶
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 18.6K bytes
    - Viewed (0)
Back to top