5 ms·
why not use Futures ?
by bozoUser 6y ago
why not use Futures ?
- lihaoyi 6y agoFutures 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