From dbc2e3e2dfd3765576bfa7844b83fdc7a10d394d Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 19 Sep 2021 20:36:54 -0400 Subject: [PATCH] Mention (D)LCRQ in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89be11e..2175bdb 100644 --- a/README.md +++ b/README.md @@ -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)