SodiumFRP / sodium

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

Ensure Imperative Loops Are Looped Correctly #144

Closed jam40jeff closed 6 years ago

jam40jeff commented 6 years ago

For imperative loops, in addition to the current check for a transaction when the loop is created, check to make sure Loop() was called before the transaction was closed.