Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_module
Function · 0.80
setup.py
File · 0.80
_join_thread
Method · 0.80
CreateDirs
Function · 0.80
CreateFakeTree
Function · 0.80
test.py
File · 0.80
ex_simple_sum.py
File · 0.80
CreateDirs
Function · 0.80
CreateFakeTree
Function · 0.80
ex_compress_pack.py
File · 0.80
Scanner
Function · 0.80
ex_decompress_unpack.py
File · 0.80
Calls
1
shutdown
Method · 0.95
Tested by
4
CreateDirs
Function · 0.64
CreateFakeTree
Function · 0.64
CreateDirs
Function · 0.64
CreateFakeTree
Function · 0.64