Hacker News new | ask | show | jobs
by iainmerrick 2320 days ago
I suspect they’re confusing “event driven” with “interrupt driven”.
1 comments

Yes, interrupts and events are distinct.

Would it be clearer to say sequential vs asynchronous?

Or to say that interrupts are one form of event, but not all events involve interrupts.