Combining infinite streams with concurrency in the Effect library involves transforming the strea...
Hello! I'm new to Effect and I'm a bit lost. It's just that I can't find a way to combine infinite streams with concurrency. I'm basing my work on two examples from the documentation. I don't have a specific goal—I'm just testing and experimenting with the library:
Concurrency N:
Stream of infinite numbers:
But I can't find the operator or function to process an infinite stream with a certain level of concurrency. In other libraries, it would be what mergeMap/orderedMergeMap does.
Can anyone shed some light on this?
Concurrency N:
Stream of infinite numbers:
But I can't find the operator or function to process an infinite stream with a certain level of concurrency. In other libraries, it would be what mergeMap/orderedMergeMap does.
Can anyone shed some light on this?
