Y
Hacker News
new
|
ask
|
show
|
jobs
by
johnfn
3333 days ago
I think the balance is node, which allows an implicit event loop (via async/await), or an explicit event loop (via using coroutines as standins for async functions and manually yielding them).
1 comments
badminton1
3333 days ago
There is "the" event loop in node.
http://docs.libuv.org/en/v1.x/loop.html
link