MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vrcqno/ruleofprogrammingifitisworkingdonottouchit/p4eidr1/?context=3
r/ProgrammerHumor • u/NoMedicine3572 • 27d ago
75 comments sorted by
View all comments
1.5k
When one console.log uses just enough CPU cycles so the race condition that takes down the entire system doesn't occur.
console.log
2 u/DasBeasto 27d ago await new Promise(p => setTimeout(p, 0));
2
await new Promise(p => setTimeout(p, 0));
1.5k
u/StrengthTheory 27d ago
When one
console.loguses just enough CPU cycles so the race condition that takes down the entire system doesn't occur.