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

Add ability to pause/resume execution #33

Closed
KenSuenobu opened this issue May 12, 2018 · 2 comments
Closed

Add ability to pause/resume execution #33

KenSuenobu opened this issue May 12, 2018 · 2 comments
Labels
difficult Feature that may be difficult to implement improvement Make something better than it was
Milestone

Comments

@KenSuenobu
Copy link
Owner

Add pause() and resume() calls to the JobExecutor class. This will call the appropriate pause() and resume() calls in the PausableThreadPoolExecutor class.

@KenSuenobu KenSuenobu added the improvement Make something better than it was label May 12, 2018
@KenSuenobu KenSuenobu added this to the 0.1.0 milestone May 12, 2018
@KenSuenobu
Copy link
Owner Author

Based on initial work, this is going to be a doozy. I will have to get rid of the PausableThreadPoolExecutor, and implement that at the thread level of each runnable.

@KenSuenobu KenSuenobu added the difficult Feature that may be difficult to implement label May 21, 2018
@KenSuenobu
Copy link
Owner Author

Work finished, testing completed, all looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficult Feature that may be difficult to implement improvement Make something better than it was
Projects
None yet
Development

No branches or pull requests

1 participant