Hacker News new | ask | show | jobs
by jflatow 3852 days ago
This is called Continuation Passing Style: https://en.wikipedia.org/wiki/Continuation-passing_style
1 comments

Nothing about CPS ensures asynchrony.
But it enables it.