Browse Source
Add `await asyncio.sleep(1)` to the async generator example so it yields control back to the event loop between chunks, demonstrating actual streaming behavior instead of returning all chunks at once. Closes #14680pull/14886/head
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue