Independent Top-Level Transactions

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2131

This topic has not yet been written. The content below is from the topic description.
In addition to normal top-level and nested atomic actions, TxCore also supports independent top-level actions, which can be used to relax strict serializability in a controlled manner. An independent top-level action can be executed from anywhere within another atomic action and behaves exactly like a normal top-level action. Its results are made permanent when it commits and will not be undone if any of the actions within which it was originally nested abort. Figure 3.1. Independent Top-Level Action