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

Content View Refactoring #6

Merged
merged 2 commits into from
Dec 30, 2022
Merged

Content View Refactoring #6

merged 2 commits into from
Dec 30, 2022

Conversation

weinhuber
Copy link
Collaborator

Added a progressview to indicate running computation and refactored some state in the client view.

Comment on lines +64 to +66
DispatchQueue.main.async {
self.modelCompilationStatus = .ready
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the supposed way to update variables on the main thread from a background thread?

@weinhuber weinhuber merged commit 38f7563 into main Dec 30, 2022
@weinhuber weinhuber deleted the refactor/ContentView branch December 30, 2022 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants