develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 903

  1. …in reply to @changelog
    @changelog People underappreciate #JavaScript's single-threaded event-driven I/O. async / await gives so many concurrency benefits without over-complicating the actual logic. x++ is not a race condition and we don't need many multi-threading primitives to achieve the same results.