Add method from feature/threads-not-processes branch which is already in use

This commit is contained in:
Stein Magnus Jodal 2010-08-24 20:39:00 +02:00
parent 9ec4368651
commit 3d40aa7168

View File

@ -37,3 +37,6 @@ class BaseProcess(multiprocessing.Process):
def run_inside_try(self):
raise NotImplementedError
def destroy(self):
self.terminate()