MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / shutdown

Method shutdown

nodedb/tests/native_protocol.rs:154–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 }
153
154 async fn shutdown(self) {
155 self.shutdown_bus.initiate();
156 let _ = self.poller_shutdown_tx.send(true);
157 let _ = self.core_stop_tx.send(());
158 tokio::time::sleep(Duration::from_millis(50)).await;
159 }
160}
161
162// ─── Helpers ────────────────────────────────────────────────────────────────

Calls 2

initiateMethod · 0.80
sendMethod · 0.45

Tested by

no test coverage detected