Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
zamalek
2y ago
0 comments
Save
Share
> A safe async language must guarantee that threads will make progress.
You might be looking for parallelism, not concurrency.
0 comments
1 comments · 1 top-level
top
newest
oldest
brickteacup
2y ago
No? You don't need parallelism to guarantee global progress as long as the scheduler has the ability to preempt tasks. Of course coroutines (as opposed to e.g. userspace threads) can't really be preempted, which is the issue here.
1 more reply
j
/
k
navigate · click thread line to collapse