github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/design/projectors/sync-act.md (about)

     1  ### Sync Actualizers
     2    - Sync projector is a func, not IOperator
     3    - All projectors use separate IState instances:
     4      - Each fork branch executes projector and then [validates intents]($21606)
     5    - Sync actualizer flushes intents in all States when all branches has been finished with no errors
     6  
     7  ![](./img/03-SyncActualizer.jpg)