MCPcopy Create free account
hub / github.com/ElementsProject/lightning / join

Method join

plugins/src/lib.rs:1085–1091  ·  view source on GitHub ↗

Wait for plugin shutdown

(&self)

Source from the content-addressed store, hash-verified

1083
1084 /// Wait for plugin shutdown
1085 pub async fn join(&self) -> Result<(), Error> {
1086 self.wait_handle
1087 .subscribe()
1088 .recv()
1089 .await
1090 .context("error waiting for shutdown")
1091 }
1092
1093 /// Request plugin shutdown
1094 pub fn shutdown(&self) -> Result<(), Error> {

Callers 15

esc_underscoresFunction · 0.80
outputsFunction · 0.80
output_rangeFunction · 0.80
output_arrayFunction · 0.80
output_membersFunction · 0.80
create_shell_commandFunction · 0.80
generate_headerFunction · 0.80
generate_return_valueFunction · 0.80
generate_footerFunction · 0.80
get_invsFunction · 0.80

Calls 2

recvMethod · 0.45
subscribeMethod · 0.45

Tested by 15

test_shakeFunction · 0.64
test_listen_connectFunction · 0.64
get_vectorFunction · 0.64
test_base_dirFunction · 0.64
unxz_data_tmpFunction · 0.64
test_connection_movedFunction · 0.64
test_funding_pushFunction · 0.64
test_dataloss_protectionFunction · 0.64