Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdimascio/scalafuturesbyexample
https://github.com/cdimascio/scalafuturesbyexample
examples scala scala-futures
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdimascio/scalafuturesbyexample
- Owner: cdimascio
- Created: 2015-05-18T02:10:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T02:20:06.000Z (over 9 years ago)
- Last Synced: 2024-10-23T12:42:53.800Z (2 months ago)
- Topics: examples, scala, scala-futures
- Language: Scala
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Scala Futures by example
This repository contains a Specs2 test that provides a few simple examples that describe how to use and compose Scala futures.
This [blog](http://carminedimascio.com/2015/01/working-with-scala-futures/) post describes the examples in details.
##Run
- `sbt update`
- `sbt test`