Skip to content

Commit

Permalink
remove commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Jun 26, 2019
1 parent 91ddb40 commit 984e1f8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions mantichora/hubthreading.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,13 @@ def _receive_finished(self):
return messages

def terminate(self):
"""terminate running tasks
"""terminate running tasks (not implemented)
Returns
-------
None
"""

# for worker in self.workers:
# worker.terminate()
#
# # wait until all workers are terminated.
# while any([w.is_alive() for w in self.workers]):
# pass
#
# self.workers = [ ]
pass

def close(self):
"""close the drop box
Expand Down

0 comments on commit 984e1f8

Please sign in to comment.