You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use zmij/afsm#7 feature to prioritize events. Commit/rollback should have a lower priority than execute or execute_prepared so that queries started on other queries' completion callback execute before commit that was already enqueued.
The text was updated successfully, but these errors were encountered:
263cc3b Remove unnecessary status output
426a4e1 Install targets for afsm library. FindAFSM cmake script.
294b5f0 Install targets for headers and cmake scripts. FindMetaPushkin cmake script
f323e1e Merged branch develop into develop
25830fc Make include dir cmake variable consistent with find_package variables
5eb68e4 Make include dir cmake variable consistent with find_package variables
421b708 Add a decent readme. Resolves#1.
git-subtree-dir: lib/afsm
git-subtree-split: 263cc3b3dcadb818785ad224b165ba049404846b
Use zmij/afsm#7 feature to prioritize events. Commit/rollback should have a lower priority than
execute
orexecute_prepared
so that queries started on other queries' completion callback execute beforecommit
that was already enqueued.The text was updated successfully, but these errors were encountered: