Skip to content

Commit 1d68673

Browse files
authored
Merge pull request #24 from enriquebris/readme-version-0.6.0
Readme version 0.6.0
2 parents 1419849 + 3a1f7a0 commit 1d68673

File tree

2 files changed

+99
-1
lines changed

2 files changed

+99
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ It comes with multiple Queue's concurrent-safe implementations, meaning they cou
77
## Topics
88
- [Installation](#installation)
99
- [Documentation](#documentation)
10+
- [Classes diagram](#classes-diagram)
1011
- [Queues](#queues)
1112
- [FIFO](#fifo)
1213
- [FixedFIFO](#fixedfifo)
@@ -32,7 +33,10 @@ This package is compatible with the following golang versions:
3233
- 1.14.x
3334

3435
## Documentation
35-
Visit [goconcurrentqueue at godoc.org](https://godoc.org/github.com/enriquebris/goconcurrentqueue)
36+
Visit [goconcurrentqueue at go.dev](https://pkg.go.dev/mod/github.com/enriquebris/goconcurrentqueue)
37+
38+
## Classes diagram
39+
![goconcurrentqueue class diagram](web/class-diagram.svg "goconcurrentqueue class diagram")
3640

3741
## Queues
3842

@@ -238,6 +242,10 @@ func workWithQueue(queue goconcurrentqueue.Queue) error {
238242

239243
## History
240244

245+
### v0.6.0
246+
247+
- Added DequeueOrWaitForNextElementContext()
248+
241249
### v0.5.1
242250

243251
- FIFO.DequeueOrWaitForNextElement() was modified to avoid deadlock when DequeueOrWaitForNextElement && Enqueue are invoked around the same time.

0 commit comments

Comments
 (0)