MCPcopy Create free account
hub / github.com/Freaky/Compactor / drop

Method drop

src/background.rs:174–176  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

172
173impl<T, S> Drop for BackgroundHandle<T, S> {
174 fn drop(&mut self) {
175 self.cancel();
176 }
177}
178
179pub trait Background: Send + Sync {

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.80

Tested by

no test coverage detected