Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/base
/ stop
Method
stop
crates/builder/core/src/test_utils/instance.rs:460–463 ·
view source on GitHub ↗
Stop the listener and wait for it to complete
(self)
Source
from the content-addressed store, hash-verified
458
459
/// Stop the listener and wait for it to complete
460
pub async fn stop(self) -> eyre::Result<()> {
461
self.cancellation_token.cancel();
462
self.handle.await?
463
}
464
}
Callers
9
test_flashblock_metadata_balances_and_receipts
Function · 0.45
test_flashblock_metadata_post_base_azul
Function · 0.45
test_state_root_computed_on_finalize
Function · 0.45
smoke_dynamic_base
Function · 0.45
smoke_dynamic_one_second_blocks
Function · 0.45
smoke_classic_one_second_blocks
Function · 0.45
smoke_classic_base
Function · 0.45
dynamic_one_second_blocks_with_lag
Function · 0.45
dynamic_with_full_block_lag
Function · 0.45
Calls
1
cancel
Method · 0.45
Tested by
9
test_flashblock_metadata_balances_and_receipts
Function · 0.36
test_flashblock_metadata_post_base_azul
Function · 0.36
test_state_root_computed_on_finalize
Function · 0.36
smoke_dynamic_base
Function · 0.36
smoke_dynamic_one_second_blocks
Function · 0.36
smoke_classic_one_second_blocks
Function · 0.36
smoke_classic_base
Function · 0.36
dynamic_one_second_blocks_with_lag
Function · 0.36
dynamic_with_full_block_lag
Function · 0.36