Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _keepalive_inserter (0.06 seconds)

  1. fastapi/routing.py

                        send_keepalive, receive_keepalive = (
                            anyio.create_memory_object_stream[bytes](max_buffer_size=1)
                        )
    
                        async def _keepalive_inserter() -> None:
                            """Read from the producer and forward to the output,
                            inserting keepalive comments on timeout."""
                            async with send_keepalive, receive_stream:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 193K bytes
    - Click Count (0)
Back to Top