This is in fact fixing a massive pain point in vim, and one of the main reasons why NeoVIM has so much support. Saving a file in vim takes 1-2 seconds for me. Not because my disk is slow, but because I run some linters on my files, that take that long to all complete.
Async I/O is not about disk I/O, but communication with other programs.
Async I/O is not about disk I/O, but communication with other programs.