2
0

Use semaphore rather than conditional variable

This commit is contained in:
Jan Dubsky
2022-09-29 22:45:38 +02:00
committed by Jack Christensen
parent 9df21ce1a1
commit 021588b93e
3 changed files with 174 additions and 160 deletions
+1
View File
@@ -8,5 +8,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7
gopkg.in/yaml.v3 v3.0.1 // indirect
)