Hacker News new | ask | show | jobs
by nemothekid 332 days ago
>until there is no more code to execute

What does "no more code to execute" mean to you? How would you define that?

2 comments

Essentially !uv_loop_alive, when the event loop will exit.
In the context of lambda, when you return.