Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the status of each module as it completes #10

Open
rmlockwood opened this issue Jan 8, 2022 · 2 comments
Open

Update the status of each module as it completes #10

rmlockwood opened this issue Jan 8, 2022 · 2 comments

Comments

@rmlockwood
Copy link

If I run multiple modules at once I would like to see the status of each one as it completes. See this video which shows the problem.
https://www.loom.com/share/892958a307874d0ca94a4e3b762ea865

@cdfarrow
Copy link
Owner

cdfarrow commented Apr 18, 2023

Yes, I've been aware of this since the beginning. I think it is because everything is running in a tight loop and the UI never gets a look-in to refresh itself. It looks like the processing should be put on another thread or use BackgroundWorker:
https://stackoverflow.com/a/573270
https://stackoverflow.com/a/3587983
https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.backgroundworker?view=net-7.0

@cdfarrow cdfarrow changed the title Update the status of each module as it complete Update the status of each module as it completes Nov 15, 2024
@cdfarrow
Copy link
Owner

May need coordination with #47.

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

No branches or pull requests

2 participants