MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / wait

Function wait

test/functional/test_framework/ipc_util.py:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 result = None
53
54 async def wait():
55 nonlocal result
56 wait_started.set()
57 result = await wait_fn
58
59 async def do():
60 await wait_started.wait()

Callers 5

wait_and_doFunction · 0.85
BOOST_FIXTURE_TEST_CASEFunction · 0.85
communicateMethod · 0.85
execute_processMethod · 0.85
resetMethod · 0.85

Calls 1

setMethod · 0.45

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.68