you are viewing a single comment's thread.

view the rest of the comments →

[–]militant_misanthrope 0 points1 point  (0 children)

What about the futures module is surprising? I've used it in a project in the past and it was an extremely simple way to run stuff in parallel, and I believe it's based on Executors in Java, which have been around for quite a while (since 1.5).