function iterator.drain
Stop iterating: unsubscribe, drop buffered events. Idempotent.
function iterator.try_pop
Non-blocking pop. Returns
None when empty or disconnected. Honors the kinds= filter.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function iterator.drain
Stop iterating: unsubscribe, drop buffered events. Idempotent.
function iterator.try_pop
def iterator.try_pop() -> None | build_eventNone when empty or disconnected. Honors the kinds= filter.Was this page helpful?
