Hacker News new | ask | show | jobs
by bozoUser 2203 days ago
why not use Futures ?
1 comments

Futures and Actors are complementary tools, and neither is really a substitute for the other. `Chapter 16: Message-based Parallelism with Actors` has a good discussion of when you would use each one, and some of the exercises involve using them together