pub fn commit_transaction() -> Result<(), TransactionFailed>Expand description
Commits the transaction that was started by either initiate_transaction or
[recv_transaction] or any of non-blocking variants of these calls.
Blocks until the other guest either calls commit_transaction, or rollback_transaction,
or panics.
Panics if there is no active transaction.