© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Collecting Current Values from an Ongoing Stream - Effect Community
EC
Effect Community
•
2y ago
Skosh
Collecting Current Values from an Ongoing Stream
Does anyone know how I can basically
Stream.runCollect
Stream.runCollect
all the current values in a
Stream
Stream
without the stream having ended
?
Currently my problem is that
Stream.runCollect
Stream.runCollect
just hangs the program
(I guess since the Stream hasn
't ended
)
, but I would just like to get all the items up to the current point
.
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Composing `Either` Values into an Object and Collecting `L` Values into an Array
EC
Effect Community / 🚀-beginners
2y ago
Emitting Multiple Stream Values from Effect.gen
EC
Effect Community / 🚀-beginners
10mo ago
Streaming Values with Timeout from ReadableStream
EC
Effect Community / 🚀-beginners
2y ago
How to Create an Effect-TS Stream from a Node Stream
EC
Effect Community / 🚀-beginners
2y ago