Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ wait
Method
wait
bindings/python/fdb/impl.py:1699–1701 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1697
self.ev.set()
1698
1699
def
wait(self):
1700
while
not self.ev.isSet():
1701
self.ev.wait(.001)
1702
Future.Event = DebugEvent
1703
1704
def
_debug_block_until_ready(self):
Callers
nothing calls this directly
Calls
2
isSet
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected