Skip to content

Commit

Permalink
Update README to mention concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mjftw committed Jun 27, 2021
1 parent f922a65 commit 7138cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Scala CI](https://github.com/mjftw/scache/actions/workflows/scala.yml/badge.svg)](https://github.com/mjftw/scache/actions/workflows/scala.yml)

A lightweight effect based Scala cache, compatible with the [Typelevel ecosystem](https://typelevel.org/cats/typelevelEcosystem.html).
Updates to the cache are atomic, and a cache can be shared between multiple threads concurrently.

## Example

Expand Down

0 comments on commit 7138cfa

Please sign in to comment.