SodiumFRP / sodium

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

Improve Transaction.Post #160

Closed jam40jeff closed 5 years ago

jam40jeff commented 5 years ago

In the case that Transaction.Post is called outside of a transaction, the action to execute should run as a regular transaction rather than as part of the "post queue." This will allow the new transaction to leverage the "construct" optimization where other transactions are allowed to begin before the transaction enters the "close phase."