index
:
stm
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
var.go
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Unify code into default repo format
EuAndreh
2025-01-22
1
-76
/
+0
|
*
replace "interface{}" with "any"
Chris Wendt
2022-06-08
1
-2
/
+2
|
*
generic versionedValue[T]
Chris Wendt
2022-06-08
1
-1
/
+1
|
*
remove unused varSnapshot
Chris Wendt
2022-06-08
1
-6
/
+1
|
*
BIG change: generic Var[T], txVar, etc.
Chris Wendt
2022-06-08
1
-10
/
+22
|
*
use generic atomic
Chris Wendt
2022-06-08
1
-4
/
+5
|
*
Only wake Tx if they're still reading a modified value
Matt Joiner
2020-10-02
1
-3
/
+5
|
*
Wake watchers until the var changes again
Matt Joiner
2020-09-30
1
-4
/
+6
|
*
Don't sleep and only wake watchers if the variable value has changed
Matt Joiner
2020-09-30
1
-2
/
+9
|
*
Add custom VarValue and const for sleep backoff
Matt Joiner
2020-09-10
1
-8
/
+20
|
*
Optimize AtomicSet
Matt Joiner
2019-11-05
1
-0
/
+11
|
*
Use atomic.Value for Var state
Matt Joiner
2019-11-04
1
-14
/
+7
|
*
Remove global lock
Matt Joiner
2019-11-04
1
-2
/
+3
|
*
Use atomic pointers for Var data
Matt Joiner
2019-11-04
1
-5
/
+25
|
*
Optimize a bunch of stuff
Matt Joiner
2019-10-31
1
-5
/
+6
|
*
Register transaction condition with each read Var only
Matt Joiner
2019-10-23
1
-4
/
+8
|
*
Break up the stm.go file
Matt Joiner
2019-10-23
1
-0
/
+15