MCPcopy
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
58class NewsPool(object):

Callers 2

multithread_requestFunction · 0.95
joinMethod · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected