We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e83cb commit fbdc76fCopy full SHA for fbdc76f
src/a2a/server/events/event_queue.py
@@ -128,8 +128,7 @@ def tap(self) -> 'EventQueue':
128
return queue
129
130
async def close(self, immediate: bool = False) -> None:
131
- """
132
- Closes the queue for future push events and also closes all child queues.
+ """Closes the queue for future push events and also closes all child queues.
133
134
Once closed, no new events can be enqueued. For Python 3.13+, this will trigger
135
`asyncio.QueueShutDown` when the queue is empty and a consumer tries to dequeue.
0 commit comments