https://github.com/fgeller/futures.scala
Notes on futures in Scala
https://github.com/fgeller/futures.scala
Last synced: about 1 year ago
JSON representation
Notes on futures in Scala
- Host: GitHub
- URL: https://github.com/fgeller/futures.scala
- Owner: fgeller
- Created: 2015-10-20T21:55:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T21:56:12.000Z (over 10 years ago)
- Last Synced: 2023-03-12T04:48:16.293Z (over 3 years ago)
- Language: Scala
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* Notes on futures in Scala
To run the samples either:
javac Runner.java && java Runner
or:
scalac Main.scala && scala Main