|
|
|
|
|
by throwaway81523
1835 days ago
|
|
Being able to open files with io_uring is important because there is no other way to do it without an unpredictable delay. Some systems like Erlang end up using separate OS threads just to be able to open files without blocking the main interpreter thread. |
|