Ask a question to get started
Enter to send•Shift+Enter new line
Pause the subscription: resolve all waiting iterators with done: true so for await loops exit, but keep the subscription alive. New events arriving while paused are still buffered. Call resume() to allow iterators to consume again.
done: true
for await
resume()
pause()