README.md

# Glimmer

[![Package Version](https://img.shields.io/hexpm/v/glimmer)](https://hex.pm/packages/glimmer)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glimmer/)

A concurrency library for Gleam!

# NOTE: This is currently broken. It is accepting feedback and assistance, but several functions are unusable.
(The tests are passing, to give you a sense of which parts of it work :)

## Quick start

```sh
gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell
```

## Installation

This package can be added to your Gleam project:

```sh
gleam add glimmer
```

and its documentation can be found at <https://hexdocs.pm/glimmer>.