logoalt Hacker News

ninkendolast Friday at 5:51 PM0 repliesview on HN

> using the arguments indicating the calling process wants to block

Nice to know io_uring has facilities for backwards compatibility with blocking code here. But yeah, that's still a syscall, and given that the whole benefit of io_uring is in avoiding (or at least, coalescing) syscalls, I doubt having libc "just" use io_uring is going to give any tangible benefit.