Scala Async

Name
Scala Async
Homepage
https://github.com/scala/async
Description
This is a set of macros, which wrap around Scala's Future and Promise types, and make asynchronous programming a bit easier, by making it look more like conventional programming. Basically, it provides you with a different way to compose and manage Futures.