logoalt Hacker News

tossandthrowyesterday at 11:37 AM0 repliesview on HN

Idk, I work in typescript though but I do have race conditions that look exactly like those of concurrent software.

In particular promise.all([f,f,f]) where I want to ensure that I only Run the body of f a single time.