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

Method shutdown

plugins/src/lib.rs:1094–1099  ·  view source on GitHub ↗

Request plugin shutdown

(&self)

Source from the content-addressed store, hash-verified

1092
1093 /// Request plugin shutdown
1094 pub fn shutdown(&self) -> Result<(), Error> {
1095 self.wait_handle
1096 .send(())
1097 .context("error waiting for shutdown")?;
1098 Ok(())
1099 }
1100}
1101
1102pub enum FeatureBitsKind {

Callers 2

executorFunction · 0.45
handle_notificationFunction · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected