Slide 52
Slide 52 text
Finagle Programming Model
Takes care of: service discovery, load balancing, retrying,
connection pooling, stats collection, distributed tracing
Future[T]: modular, composable, async, non-blocking
I/O
http://twitter.github.io/effectivescala/#Concurrency