Add iterator that will yield result every time a new value comes in. ```ts for (const next of state.stream) { } ```