Skip to content

Commit 88286cc

Browse files
authored
Add badges (#31)
1 parent 3de4fe2 commit 88286cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Atomix
22

3+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaconcurrent.github.io/Atomix.jl/dev/)
4+
[![CI](https://github.com/JuliaConcurrent/Atomix.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaConcurrent/Atomix.jl/actions/workflows/ci.yml)
5+
36
Atomix.jl implements `@atomic`, `@atomicswap`, and `@atomicreplace` that
47
are superset of the macros in `Base`. In addition to atomic operations on the
58
fields as implemented in `Base`, they support atomic operations on array

0 commit comments

Comments
 (0)