(no title)
negrel | 4 months ago
Before io_uring (which is disabled on most servers until it mature), there was no good way to do async I/O on file on Linux.
negrel | 4 months ago
Before io_uring (which is disabled on most servers until it mature), there was no good way to do async I/O on file on Linux.
nialv7|4 months ago
e.g. Rust async may be backed by a threadpool, but it could also run single threaded.