MCPcopy Create free account
hub / github.com/apple/foundationdb / _debug_block_until_ready

Function _debug_block_until_ready

bindings/python/fdb/impl.py:1704–1706  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1702 Future.Event = DebugEvent
1703
1704 def _debug_block_until_ready(self):
1705 while not self.is_ready():
1706 time.sleep(.001)
1707 Future.block_until_ready = _debug_block_until_ready
1708 elif event_model == 'asyncio':
1709 global asyncio

Callers

nothing calls this directly

Calls 2

sleepMethod · 0.80
is_readyMethod · 0.45

Tested by

no test coverage detected