SodiumFRP / sodium

Sodium - Functional Reactive Programming (FRP) Library for multiple languages
http://sodium.nz/
Other
848 stars 138 forks source link

Add FP style Loop methods to C# #143

Closed jam40jeff closed 6 years ago

jam40jeff commented 6 years ago

In addition to the imperative style of looping where a loop must be created, then have Loop() called on it later, add a functional style where the looping happens in a callback.