• arendjr@programming.devOP
    link
    fedilink
    arrow-up
    0
    ·
    28 days ago

    I think I would put the emphasis slightly differently: I don’t feel the confusion is around the word “spawn”, but it spawns futures rather than tasks. For tasks you might indeed expect them to be picked up in the background (which is what work-stealing does), but futures only execute when polled.