• @qqq@lemmy.world
    link
    fedilink
    English
    44
    edit-2
    1 year ago

    Async features in almost all popular languages are a single thread running an event loop (Go being an exception there I believe). Multi threading is still quite difficult to get right if the task isn’t trivially parallelizable.

    • mihies
      link
      fedilink
      31 year ago

      Wait, wat? Looking at first sentence. Also async != multi threading.