Skip to content

Add pause method to ThreadManager #5

Description

@brandonmpace

This could be useful in cases where you want to pause operations when resource usage (e.g. memory) gets to a certain point, and maybe continue after some of the resource frees up.

Need to add to ThreadManager:

  • pause() method
  • paused attribute
  • a method that can be used to wait for an Event or Condition of becoming un-paused
  • in stop method, set paused to False if needed

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions