STM

The STM module provides composable atomic transactions.

Core types

  • FsFlow.TRef: Represents a transactional reference that can be updated atomically within an STM transaction.
  • FsFlow.STM: Represents a transactional operation that can be composed and executed atomically.

Module functions

Builder