cqueue
cqueue copied to clipboard
Lock-free, non-blocking, concurrent queue on shared memory for Go
Results
1
cqueue issues
Sort by
recently updated
recently updated
newest added
go version: go version go1.6.2 linux/amd64 problem: go build, and i get this:internal compiler error: large ONEW with EscNone: new() then i found this:https://github.com/golang/go/issues/11728 it seems to be a bug...