cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agotimeoutSortimagemessage-square35linkfedilinkarrow-up1468arrow-down13cross-posted to: programmerhumor@lemmy.ml
arrow-up1465arrow-down1imagetimeoutSortcm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square35linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarescrion@lemmy.worldcakelinkfedilinkarrow-up3·3 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.
minus-squareptu@sopuli.xyzlinkfedilinkarrow-up1·2 days agoI see, I was only aware of sleep but that makes sense. Thanks for your insight.
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.
I see, I was only aware of sleep but that makes sense. Thanks for your insight.