MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / barrier_wait

Function barrier_wait

test/utils_shared.py:744–745  ·  view source on GitHub ↗
(barrier, timeout: float | None = None)

Source from the content-addressed store, hash-verified

742
743
744def barrier_wait(barrier, timeout: float | None = None):
745 barrier.wait(timeout=timeout)

Callers 1

mock_commandMethod · 0.90

Calls 1

waitMethod · 0.45

Tested by 1

mock_commandMethod · 0.72