Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Async file buffering #15

Open
sm-Fifteen opened this issue Feb 22, 2016 · 1 comment
Open

Async file buffering #15

sm-Fifteen opened this issue Feb 22, 2016 · 1 comment

Comments

@sm-Fifteen
Copy link

As it now stands, loading both string files when opening a project makes the UI unresponsive for some time, while the application is busy reading them and populating its string lists. Shouldn't we just create a list of proxy string objects and return immediately while another thread replaces them with the actual strings from the files (if that's possible in VB?), so the interface doesn't block while that's hapenning?

@AlexWaveDiver
Copy link
Owner

Yeah, that's on my ToDo list! In fact, we're already using non-locking threads in frmStringsConverter.vb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants