Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-fx-stm
/
arrow.fx.stm
/
STM
/
newTVar
new
TVar
open
fun
<
A
>
newTVar
(
a
:
A
)
:
TVar
<
A
>
Create a new
TVar
inside a transaction, because
TVar.new
is not possible inside
STM
transactions.