© 2026 Hedgehog Software, LLC
stream.read()
this.#handleChunk()
Effect.gen
for await (const chunk of stream.read()) { this.#handleChunk(id, chunk); }