Skip to content

Commit

Permalink
Mention (D)LCRQ in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 20, 2021
1 parent ef6f02f commit dbc2e3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
ConcurrentCollections.jl provides the following lock-free collections for Julia
≥ 1.8:

* [`DualLinkedConcurrentRingQueue`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.DualLinkedConcurrentRingQueue)
* [`LinkedConcurrentRingQueue`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.LinkedConcurrentRingQueue)
* [`ConcurrentQueue`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.ConcurrentQueue)
* [`ConcurrentStack`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.ConcurrentStack)
* [`WorkStealingDeque`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.WorkStealingDeque)
Expand Down

0 comments on commit dbc2e3e

Please sign in to comment.