Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christopherdavenport/ancient-concurrent
- Owner: ChristopherDavenport
- License: apache-2.0
- Created: 2019-11-01T22:17:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T23:36:10.000Z (about 5 years ago)
- Last Synced: 2023-07-03T20:05:57.395Z (over 1 year ago)
- Language: Scala
- Homepage: https://christopherdavenport.github.io/ancient-concurrent
- Size: 349 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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" % ""
)
```