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

Decorator pattern threading #28

Merged
merged 2 commits into from
Jun 13, 2024
Merged

Decorator pattern threading #28

merged 2 commits into from
Jun 13, 2024

Conversation

ispiryan
Copy link
Owner

Implemented threading strategy to prevent UI updates outside the main queue using the Decorator pattern. This way, the UI is agnostic of threading logic/details.

Threading is dealt with in the Composition layer.

ispiryan added 2 commits June 13, 2024 22:18
… queue using the Decorator pattern. This way, the UI is agnostic of threading logic/details.

Threading is dealt with in the Composition layer.
… queue using the Decorator pattern. This way, the UI is agnostic of threading logic/details.

Threading is dealt with in the Composition layer.
@ispiryan ispiryan merged commit a7ccfb2 into main Jun 13, 2024
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.

1 participant