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

PR: Add two task managers and a base class for a worker #10

Merged
merged 12 commits into from
Oct 13, 2023

Conversation

jnsebgosselin
Copy link
Owner

@jnsebgosselin jnsebgosselin commented Oct 13, 2023

Add base classes that can be used to quickly and easily implement a task manager and a worker to do operations and calculations in another thread so that we do not block the GUI.

The code added in this PR is an improved and adapted version of codes from the Sardes project at https://github.com/geo-stack/sardes/blob/17cd74a1494a43b0efcee5644943b54a6e33fe11/sardes/api/taskmanagers.py

@jnsebgosselin jnsebgosselin self-assigned this Oct 13, 2023
@jnsebgosselin jnsebgosselin added this to the 0.4.0 milestone Oct 13, 2023
@jnsebgosselin jnsebgosselin merged commit f880034 into main Oct 13, 2023
1 check passed
@jnsebgosselin jnsebgosselin deleted the add_workers branch October 17, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant