Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codelucas/newspaper
/ wait_completion
Method
wait_completion
newspaper/mthreading.py:54–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
self.tasks.put((func, args, kargs))
53
54
def
wait_completion(self):
55
self.tasks.join()
56
57
58
class
NewsPool(object):
Callers
2
multithread_request
Function · 0.95
join
Method · 0.80
Calls
1
join
Method · 0.80
Tested by
no test coverage detected