We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dde0c6 commit 7afe6a4Copy full SHA for 7afe6a4
src/server/mod.rs
@@ -242,7 +242,7 @@ where
242
243
/// Drops all shutdown handles associated with the specified
244
/// query, resulting in its dataflow getting cleaned up.
245
- pub fn shutdown_query(&mut self, name: &str) {
+ fn shutdown_query(&mut self, name: &str) {
246
info!("Shutting down {}", name);
247
self.shutdown_handles.remove(name);
248
}
0 commit comments