Releases: rickb777/process
Releases · rickb777/process
v2.1.0
v2.0.2
v1.2.3
Fix a corner case race condition
Start-up previously depended on a lazy initialisation based on a nil test. This allowed a race condition in the edge case of calling Go from different goroutines. This possibility has been eliminated in this release.