cm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agotimeoutSortlemmy.mlimagemessage-square13linkfedilinkarrow-up17arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up17arrow-down1imagetimeoutSortlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agomessage-square13linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarescrion@lemmy.worldlinkfedilinkarrow-up1·17 days agoThey are launched sequentially, but run simultaneously, yes - at least some of them. And they run concurrently but not in parallel - using a single execution context, there is only a single thread, so no parallelism exist.
They are launched sequentially, but run simultaneously, yes - at least some of them. And they run concurrently but not in parallel - using a single execution context, there is only a single thread, so no parallelism exist.