The await event horizon in JavaScript - Interesting black hole analogy used to describe a situation where async / await could get you into trouble. It revolves around what happens when acquiring a resource using a promise, and that promises never settles. There’s a way around the issue using generators. frontside.com #