File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 1- [](https://pkg.go.dev/mod/github.com/enriquebris/goconcurrentqueue) [](https://godoc.org/github.com/enriquebris/goconcurrentqueue)  [](https://travis-ci.org/enriquebris/goconcurrentqueue) [](https://goreportcard.com/report/github.com/enriquebris/goconcurrentqueue) [](https://codecov.io/gh/enriquebris/goconcurrentqueue) [](https://www.codefactor.io/repository/github/enriquebris/goconcurrentqueue) [](https://github.com/avelino/awesome-go)
1+ [](https://pkg.go.dev/mod/github.com/enriquebris/goconcurrentqueue) [](https://godoc.org/github.com/enriquebris/goconcurrentqueue)  [](https://travis-ci.org/enriquebris/goconcurrentqueue) [](https://goreportcard.com/report/github.com/enriquebris/goconcurrentqueue) [](https://codecov.io/gh/enriquebris/goconcurrentqueue) [](https://www.codefactor.io/repository/github/enriquebris/goconcurrentqueue) [](https://github.com/avelino/awesome-go)
22
33# goconcurrentqueue - Concurrent safe queues
44The package goconcurrentqueue offers a public interface Queue with methods for a [ queue] ( https://en.wikipedia.org/wiki/Queue_(abstract_data_type) ) .
@@ -22,18 +22,7 @@ Execute
2222go get github.com/enriquebris/goconcurrentqueue
2323```
2424
25- This package is compatible with the following golang versions:
26- - 1.7.x
27- - 1.8.x
28- - 1.9.x
29- - 1.10.x
30- - 1.11.x
31- - 1.12.x
32- - 1.13.x
33- - 1.14.x
34- - 1.15.x
35- - 1.16.x
36- - 1.17.x
25+ This package is compatible with all golang versions >= 1.7.x
3726
3827## Documentation
3928Visit [ goconcurrentqueue at go.dev] ( https://pkg.go.dev/mod/github.com/enriquebris/goconcurrentqueue )
@@ -245,6 +234,10 @@ func workWithQueue(queue goconcurrentqueue.Queue) error {
245234
246235## History
247236
237+ ### v0.7.0
238+
239+ - Prevents FIFO.DequeueOrWaitForNextElement to keep waiting for a waitChan while internal queues contain items
240+
248241### v0.6.3
249242
250243- Prevents FIFO.DequeueOrWaitForNextElement to add useless wait channels
You can’t perform that action at this time.
0 commit comments