←back to thread

289 points kristoff_it | 1 comments | | HN request time: 0.211s | source
1. bentleya ◴[] No.44611175[source]
Non-blocking i/o isn't asynchrony and the author should know better. Non-blocking io is a building block of asynchronous systems -- it is not asynchony itself. Today's asynchronous programming did not exist when non-blocking I/O was implemented in Unix in the 80's.