From b3bc94587fb3da8de30797799ca7de8b7ac3089e Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Mon, 14 Jun 2021 03:15:10 -0400 Subject: [PATCH] Add some README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c88c15b..483b699 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # ConcurrentCollections + +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://tkf.github.io/ConcurrentCollections.jl/dev/) + +ConcurrentCollections.jl provides the following lock-free collections for Julia +≥ 1.8: + +* [`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) + +Experimental/unstable: + +* [`ConcurrentDict`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.ConcurrentDict)