File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
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) ) .
@@ -31,6 +31,9 @@ This package is compatible with the following golang versions:
3131 - 1.12.x
3232 - 1.13.x
3333 - 1.14.x
34+ - 1.15.x
35+ - 1.16.x
36+ - 1.17.x
3437
3538## Documentation
3639Visit [ goconcurrentqueue at go.dev] ( https://pkg.go.dev/mod/github.com/enriquebris/goconcurrentqueue )
@@ -242,9 +245,13 @@ func workWithQueue(queue goconcurrentqueue.Queue) error {
242245
243246## History
244247
248+ ### v0.6.2
249+
250+ - Prevents FIFO.DequeueOrWaitForNextElement to gets blocked when waiting for an enqueued element
251+
245252### v0.6.1
246253
247- - FixedFifo.Enqueue prevents to gets blocked trying to send the item over an invalid waitForNextElementChan channel
254+ - FixedFifo.Enqueue prevents to get blocked trying to send the item over an invalid waitForNextElementChan channel
248255
249256### v0.6.0
250257
You can’t perform that action at this time.
0 commit comments