Add method from feature/threads-not-processes branch which is already in use
This commit is contained in:
parent
9ec4368651
commit
3d40aa7168
@ -37,3 +37,6 @@ class BaseProcess(multiprocessing.Process):
|
||||
|
||||
def run_inside_try(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def destroy(self):
|
||||
self.terminate()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user