Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christopherdavenport/ancient-concurrent

Cats-Effect Concurrency For Ancient Times
https://github.com/christopherdavenport/ancient-concurrent

Last synced: about 1 month ago
JSON representation

Cats-Effect Concurrency For Ancient Times

Awesome Lists containing this project

README

        

# ancient-concurrent - Cats-Effect Concurrency For Ancient Times [![Build Status](https://travis-ci.com/ChristopherDavenport/ancient-concurrent.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/ancient-concurrent) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/ancient-concurrent_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/ancient-concurrent_2.12) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)

## [Head on over to the microsite](https://ChristopherDavenport.github.io/ancient-concurrent)

## Quick Start

To use ancient-concurrent in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:

```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "ancient-concurrent" % ""
)
```