610
Hexed by async
(fed.dyne.org)
Post funny things about programming here! (Or just rant about your favourite programming language.)
You probably already know this, or are talking about another language, but JavaScript is inherently single threaded, so unless you're running blocking I/O in parallel, you won't actually see any performance boost. Service workers get their own thread though.