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)