aboutsummaryrefslogtreecommitdiff
path: root/tx.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimize a bunch of stuffMatt Joiner2019-10-311-2/+17
|
* Merge branch 'master' into var-condsMatt Joiner2019-10-311-0/+8
|\ | | | | | | | | | | | | | | | | * master: Add Tx.Return and a return value from Atomically Panic when trying to set a nil Var # Conflicts: # funcs.go
| * Add Tx.Return and a return value from AtomicallyMatt Joiner2019-10-311-0/+8
| |
| * Panic when trying to set a nil VarMatt Joiner2019-10-291-0/+3
| | | | | | | | | | | | This wasn't caught, and would cause errors later that weren't easy to trace. (cherry picked from commit 7b273432145605d367557e60ab51b9eb7dbbffeb)
* | Panic when trying to set a nil VarMatt Joiner2019-10-251-0/+3
| | | | | | | | This wasn't caught, and would cause errors later that weren't easy to trace.
* | Get rid of globalCondMatt Joiner2019-10-231-2/+2
| |
* | Register transaction condition with each read Var onlyMatt Joiner2019-10-231-1/+15
|/
* Improve comment on Tx.verifyMatt Joiner2019-10-231-3/+1
|
* Break up the stm.go fileMatt Joiner2019-10-231-0/+74