Blocking vs Non-blocking vs Asynchronous I/O
When a program performs I/O → like reading from a file or socket → two key questions arise:
Does the program stop and wait for the data, or continue running? (Blocking vs Non-blocking IO)
Does the program keep checking for the result, or get notifi...
nihcas.hashnode.dev4 min read