Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_do
Function · 0.85
BOOST_FIXTURE_TEST_CASE
Function · 0.85
communicate
Method · 0.85
execute_process
Method · 0.85
reset
Method · 0.85
Calls
1
set
Method · 0.45
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.68