Hacker News new | ask | show | jobs
by pcwalton 4432 days ago
Unfortunately you can't actually run those callbacks in parallel, because of JavaScript's run to completion model.

The work we're doing with PJs, however, attempts to fix this problem :)