MCPcopy Index your code
hub / github.com/python/cpython / notify_all

Method notify_all

Lib/multiprocessing/synchronize.py:310–311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

308 pass
309
310 def notify_all(self):
311 self.notify(n=sys.maxsize)
312
313 def wait_for(self, predicate, timeout=None):
314 result = predicate()

Callers 2

task_doneMethod · 0.45
setMethod · 0.45

Calls 1

notifyMethod · 0.95

Tested by

no test coverage detected