▲ | BobbyTables2 4 days ago | |
Very true! I think it’d be amazing if things like asynchronous I/O were the standard instead of an afterthought in both kernel and user space. Also feels like Microsoft got something right with their handles… (Try doing select/poll to wait for an socket and a semaphore — without eventfd or something else bolted on) |