• masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    Well I just told you another one, one actually relevant to the conversation at hand, since it’s the only one you can use with JavaScript in the context of a web browser.

    • MantisWaffle@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      edit-2
      5 months ago

      You cant say async is the fundamentally better model because threading is purposely crippled in the browser.

      The conversation at hand is not “how do io in browser”. Its “async is not inherently better than threads”

      • masterspace@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        5 months ago

        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.