Skip to content

0.1.1: Introduce sync.Mutex to deal with data races

Pre-release
Pre-release
Compare
Choose a tag to compare
@blasrodri blasrodri released this 12 May 07:41
· 8 commits to master since this release
Ran the program using go -race and found that there were
several inconsistencies. Thus, a very simple approach was disallow
accessing the state concurrently.