File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
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) ) .
@@ -245,6 +245,10 @@ func workWithQueue(queue goconcurrentqueue.Queue) error {
245245
246246## History
247247
248+ ### v0.6.3
249+
250+ - Prevents FIFO.DequeueOrWaitForNextElement to add useless wait channels
251+
248252### v0.6.2
249253
250254- Prevents FIFO.DequeueOrWaitForNextElement to gets blocked when waiting for an enqueued element
You can’t perform that action at this time.
0 commit comments