aboutsummaryrefslogtreecommitdiff
path: root/funcs.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make returns explicitMatt Joiner2019-11-061-40/+30
|
* Add WouldBlockMatt Joiner2019-11-061-1/+19
|
* Add failed commits profilingMatt Joiner2019-11-051-0/+13
|
* Optimize AtomicSetMatt Joiner2019-11-051-3/+3
|
* Add expvarsMatt Joiner2019-11-051-0/+6
|
* Remove global lockMatt Joiner2019-11-041-4/+4
|
* Use atomic pointers for Var dataMatt Joiner2019-11-041-7/+1
|
* Optimize a bunch of stuffMatt Joiner2019-10-311-6/+19
|
* Merge branch 'master' into var-condsMatt Joiner2019-10-311-4/+22
|\ | | | | | | | | | | | | | | | | * 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-4/+22
| |
* | Get rid of globalCondMatt Joiner2019-10-231-4/+1
| |
* | Register transaction condition with each read Var onlyMatt Joiner2019-10-231-8/+4
|/
* Break up the stm.go fileMatt Joiner2019-10-231-0/+80