0
kicks
Throttling F# Events using the Reactive Extensions
Compared to C#, F# simplifies working with Events, and ties in nicely with the Reactive Extensions. This post illustrates how to use Rx to transform a stream of events from a class, and throttle it using Rx, slowing it down to a manageable flow.