Comment on Show HN: Async/await alternativeComments−bbcbasic9yLooked at the deasync that this is based on, and it looks like they are trying to reinvent threads? Seems ironic to me.−jjnoakes9yWhy do you think they are trying to reinvent threads? Looks to me like it is a basic nested event loop.−bbcbasic9yIt pauses execution of a stack when it is blocked allowing other stacks to execute.
Comments
Looked at the deasync that this is based on, and it looks like they are trying to reinvent threads? Seems ironic to me.
Why do you think they are trying to reinvent threads? Looks to me like it is a basic nested event loop.
It pauses execution of a stack when it is blocked allowing other stacks to execute.