fsprojects / FSharp.Data.Adaptive

On-demand adaptive/incremental data for F# https://fsprojects.github.io/FSharp.Data.Adaptive/
MIT License
250 stars 24 forks source link

changed CurrentTransaction and RunningTransaction to ValueOption #83

Closed luithefirst closed 3 years ago

luithefirst commented 3 years ago

Using ValueOption for Transaction.Running and Transaction.Current and thereby avoiding allocations of FSharpOption<Transcation>

change of public API -> might be considered for the next major version