nessos/Streams

Generators

Closed this issue · 2 comments

Hi, I'm trying to use the library with a stream coming from a sensor, like an accelerometer or something else, and do some computation. How I can use the library on it?

For your scenario I think that Reactive extensions is a better solution. Currently the design center of Streams is focused on scenarios with in memory data structures and no latency like the Enumerable/ParallelEnumerable classes.

Ok thanks for the reply :)