https://github.com/evolution-gaming/future-helper
https://github.com/evolution-gaming/future-helper
fututre scala
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evolution-gaming/future-helper
- Owner: evolution-gaming
- License: mit
- Created: 2018-07-19T15:47:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T14:04:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T19:54:15.535Z (over 1 year ago)
- Topics: fututre, scala
- Language: Scala
- Size: 53.7 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Future Helper
[](https://github.com/evolution-gaming/future-helper/actions?query=workflow%3ACI)
[](https://coveralls.io/github/evolution-gaming/future-helper?branch=master)
[](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)
[](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=future-helper_2.13&repos=public)
[](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"
```