diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ # stm -[](https://godoc.org/github.com/anacrolix/stm) [](https://goreportcard.com/report/github.com/anacrolix/stm) +[](https://pkg.go.dev/github.com/anacrolix/stm) +[](https://goreportcard.com/report/github.com/anacrolix/stm) Package `stm` provides [Software Transactional Memory](https://en.wikipedia.org/wiki/Software_transactional_memory) operations for Go. This is an alternative to the standard way of writing concurrent code (channels and |