FsFlow.STM.atomically
Executes an STM transaction atomically within a flow.
Parameters
transaction: The STM transaction to execute.
Returns
A flow that performs the transaction and returns its result.
Executes an STM transaction atomically within a flow.
transaction: The STM transaction to execute.A flow that performs the transaction and returns its result.