Skip to content

v1.0.89: Trying avoid data race (#98)

Compare
Choose a tag to compare
@absolutelightning absolutelightning released this 21 Jun 11:04
· 10 commits to main since this release
a0b464b
* Ref counting (#5)

* Reference counting

* reference counting with memdb tests passing

* removed atomic add

* fixes in watch

* fix go mod

* fix memdb tests

* trying to avoid data race