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

Method is_ready

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

Source from the content-addressed store, hash-verified

639 raise NotImplementedError
640
641 def is_ready(self):
642 return bool(self.capi.fdb_future_is_ready(self.fpointer))
643
644 def block_until_ready(self):
645 # Checking readiness is faster than using the callback, so it saves us time if we are already

Callers 5

block_until_readyMethod · 0.95
check_watchesFunction · 0.45
txn1Function · 0.45
_debug_block_until_readyFunction · 0.45
_do_not_blockFunction · 0.45

Calls

no outgoing calls

Tested by 2

check_watchesFunction · 0.36
txn1Function · 0.36