go-queue
go-queue copied to clipboard
Queue data structure for Go.
Results
2
go-queue issues
Sort by
recently updated
recently updated
newest added
Currently I am looping the the slice of items and adding PushBack. Will it be possible to append a slice to `q.rep` as `q.rep = append(q.rep, myslice...)`. I assume the...
Hello @phf Thanks for this great library. I can see concurrency is not supported and also I would like to know the status of the project.