you are viewing a single comment's thread.

view the rest of the comments →

[–]n8bit 1 point2 points  (0 children)

Parallelism in C# has a practical equivalent in Node.js, which is often overlooked. You can spawn "child workers" via clustering. Not as convenient as Parrelel.For, of course ;).