Skip to main content
function iterator.drain
def iterator.drain() -> None | bool
Stop iterating: unsubscribe, drop buffered events. Idempotent. function iterator.try_pop
def iterator.try_pop() -> None | build_event
Non-blocking pop. Returns None when empty or disconnected. Honors the kinds= filter.