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.