|
|
|
|
|
by nemanjaboric
3238 days ago
|
|
Which API are you referring to? If you're referring to `aio_` that's just glibc's user-space thread-pool emulation of the POSIX's asynchronous IO + many operations needed for the truly async IO are not supported (such as `stat` and `open`). There's `io_` syscalls family, but that's not in the ready-to-use state yet, judging by the manpages and various patches being submitted every month. |
|
1: https://www.remlab.net/op/nonblock.shtml