I have a program to write data to multiple files and want write different files in parallel.
That is like I just submit data into a centrallized context, and the context will submit the io to the corresponding fd or else.
Is there any async io library/framwork recommended?