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

https://github.com/evolution-gaming/future-helper


https://github.com/evolution-gaming/future-helper

fututre scala

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Future Helper
[![Build Status](https://github.com/evolution-gaming/future-helper/workflows/CI/badge.svg)](https://github.com/evolution-gaming/future-helper/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/evolution-gaming/future-helper/badge.svg?branch=master)](https://coveralls.io/github/evolution-gaming/future-helper?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/65bfcb6aeeb84f6b9ab01287e171acbd)](https://www.codacy.com/app/evolution-gaming/future-helper?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/future-helper&utm_campaign=Badge_Grade)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=future-helper_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)

### Single class library

See [FutureHelper.scala](src/main/scala/com/evolutiongaming/concurrent/FutureHelper.scala)

## Setup

```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "future-helper" % "1.0.7"
```