Chr1sHayes’s avatarChr1sHayes’s Twitter Archive—№ 565

  1. …in reply to @reactive_dude
    reactive_dude Note that this isn't "parallel", JavaScript doesn't do parallel. These promises are "concurrent". Any downtime one promise has (ie network requests), can be used by another promise to do work on the same process, instead of just waiting.