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

Method wait

Lib/multiprocessing/managers.py:1111–1112  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

1109 def clear(self):
1110 return self._callmethod('clear')
1111 def wait(self, timeout=None):
1112 return self._callmethod('wait', (timeout,))
1113
1114
1115class BarrierProxy(BaseProxy):

Callers 1

serve_foreverMethod · 0.45

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected