• qqq@lemmy.world
    link
    fedilink
    English
    arrow-up
    41
    ·
    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.