Hacker News new | ask | show | jobs
by wallstop 2694 days ago
Does it? https://blog.stephencleary.com/2013/11/there-is-no-thread.ht...
1 comments

In that case and in some others it doesn’t, but in general it does: https://stackoverflow.com/questions/17661428/async-stay-on-t... Probably it makes sense to say that async await can try to use a continuation passing style or run on a different thread because there is no actual guarantee that it will use one or the other.