you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago* (1 child)

No, because async is fundamentally a paradigm for how to express asynchronous programming, i.e. situations where you need to wait for something else to happen, threading is not an alternative to that, callbacks are.

  • source
  • parent
  • hideshow 1 child comment