Example #1
0
 def stop(self):
     """ Stops the Download, i.e. closes all connections to other peers. """
     # Called by any thread
     DownloadImpl.stop(self)
Example #2
0
 def stop(self):
     """ Stops the Download, i.e. closes all connections to other peers. """
     # Called by any thread 
     DownloadImpl.stop(self)