arrow
arrow copied to clipboard
Various small STM improvements
- More idiomatic
TVar<A>.value - Introduce
TVar<A>.setfunction, so STM can be used with the assignment operator plugin - Introduce
getValue/setValueto allow using delegation (var x by newTVar()should work!) - Improve the general implementation of
PListforTQueue
Kover Report
| File | Coverage [85.71%] |
|---|---|
| arrow-libs/fx/arrow-fx-stm/src/commonMain/kotlin/arrow/fx/stm/STM.kt | 81.93% |
| arrow-libs/fx/arrow-fx-stm/src/commonMain/kotlin/arrow/fx/stm/TQueue.kt | 94.44% |
| Total Project Coverage | 60.90% |
|---|