AsyncTransaction

constructor(id: String, operations: List<suspend () -> Unit>, transactionHasBeenApplied: MutableStateFlow<Boolean>)