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

Job scheduler multi-threading #3

Closed
markkvdb opened this issue Jun 27, 2017 · 0 comments
Closed

Job scheduler multi-threading #3

markkvdb opened this issue Jun 27, 2017 · 0 comments

Comments

@markkvdb
Copy link
Owner

The job scheduler instance in our program should have its own thread, so that there will be no waiting for the main thread.

Issues to be addressed:

  • How to send a job from the main thread to the job scheduler thread.
  • How to update the variableDict of our program.
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

1 participant