README.md

# Spinlock

[![CI build status](https://github.com/farhadi/spinlock/workflows/CI/badge.svg)](https://github.com/farhadi/spinlock/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/farhadi/spinlock/branch/main/graph/badge.svg)](https://codecov.io/gh/farhadi/spinlock)
[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/spinlock)
[![Hex Version](http://img.shields.io/hexpm/v/spinlock.svg?style=flat)](https://hex.pm/packages/spinlock)
[![License](http://img.shields.io/hexpm/l/spinlock.svg?style=flat)](https://github.com/farhadi/spinlock/blob/master/LICENSE)

Spinlock implemented using [atomics](https://erlang.org/doc/man/atomics.html) for Erlang and Elixir.