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

Method wait

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

Source from the content-addressed store, hash-verified

728
729class FutureVoid(Future):
730 def wait(self):
731 self.block_until_ready()
732 self.capi.fdb_future_get_error(self.fpointer)
733 return None
734
735
736class FutureInt64(Future):

Callers

nothing calls this directly

Calls 1

block_until_readyMethod · 0.45

Tested by

no test coverage detected