phastmike / tags

A simple text tagger
Other
16 stars 0 forks source link

[Test] Change file reads from blocking to non-blocking #51

Closed phastmike closed 2 months ago

phastmike commented 1 year ago

Use InputStream or File async methods. UI feedback would also fit fine, either spining or minimal progress bar IOS like.

Just throwing some ideas... when extra time arises

phastmike commented 3 months ago

Workaround working. Tag count needs to be more dynamic otherwise the count won't update correctly. Important to fix as consequence.