-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1600gz. Run cores atomically to commit a transaction. Closes #7
- Loading branch information
Showing
1 changed file
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I don't do
transactionCommit = false
again outside of the try/catch because I can hope/assume that there will never be an error during the signal write - there's no opportunity for it since no userland code runs. Meanwhile I have to double checktransactionSignals
since that could easily error.