Skip to content

Commit

Permalink
Add methods to BaseManager that sub classes should override and imple…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
psarma89 committed Apr 12, 2021
1 parent fdd9d40 commit f0e98b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyqs/worker.py
Original file line number Diff line number Diff line change
@@ -489,6 +489,9 @@ def process_counts(self):
def replace_workers(self):
self._replace_worker_children()

def _replace_worker_children(self):
raise NotImplementedError


class SimpleManagerWorker(BaseManager):

0 comments on commit f0e98b3

Please sign in to comment.