MCPcopy Index your code
hub / github.com/brmmm3/fastthreadpool / join

Method join

fastthreadpool/fastthreadpool.py:819–820  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

817 return True
818
819 def join(self, timeout=None):
820 return self.shutdown(timeout, False)
821
822 #c cdef void _delayed_cancel(self):
823 def _delayed_cancel(self): #p

Callers 15

import_moduleFunction · 0.80
setup.pyFile · 0.80
_join_threadMethod · 0.80
CreateDirsFunction · 0.80
CreateFakeTreeFunction · 0.80
test.pyFile · 0.80
ex_simple_sum.pyFile · 0.80
CreateDirsFunction · 0.80
CreateFakeTreeFunction · 0.80
ScannerFunction · 0.80

Calls 1

shutdownMethod · 0.95

Tested by 4

CreateDirsFunction · 0.64
CreateFakeTreeFunction · 0.64
CreateDirsFunction · 0.64
CreateFakeTreeFunction · 0.64