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

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

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