mperdeck / LINQtoCSV

Popular, easy to use library to read and write CSV files.
197 stars 112 forks source link

Add support for asynchronous writes #54

Open djechelon opened 7 years ago

djechelon commented 7 years ago

I want to suggest to add support for asynchronous programming.

Write should add an overload WriteAsync returning Task, so one can await for that and do other tasks.

It is my understanding that this project may not be well maintained at the moment :-(