fummicc1 / csv2img

csv to image / pdf converter using Swift

Home Page:https://fummicc1.github.io/csv2img/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[csv2img]: Generate exportable data outside of MainThread

fummicc1 opened this issue · comments

What is your new feature?

Generate exportable data outside of MainThread to prevent user from waiting completion of the task.


Generating exportable data in MainThread stops user's interaction when user tries to convert heavy contents
I also prefer exporting functions with async/await/actor to exporting that with closure / combine / class.