Hacker News new | ask | show | jobs
by jfkebwjsbx 2270 days ago
Async and sync I/O are not subsets of each other, although you can use one to implement the other.

The issue OP is discussing is cooperative vs. preemptive, not async vs. sync.