You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: